From 3e087c0f7377c6e3c8d31089dbc7ea0d333281de Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 9 May 2008 10:46:10 +0000 Subject: [PATCH] * Include "dm_mod" in the initrd by default for LVM users. svn path=/nixos/trunk/; revision=11795 --- system/options.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/options.nix b/system/options.nix index 798cb5063534..7c45d21ef2c0 100644 --- a/system/options.nix +++ b/system/options.nix @@ -168,20 +168,27 @@ "sata_uli" "ata_piix" "pata_marvell" + # Standard SCSI stuff. "sd_mod" "sr_mod" + # Standard IDE stuff. "ide_cd" "ide_disk" "ide_generic" + # Filesystems. "ext3" + # Support USB keyboards, in case the boot fails and we only have # a USB keyboard. "ehci_hcd" "ohci_hcd" "usbhid" + + # LVM. + "dm_mod" ]; description = " The set of kernel modules in the initial ramdisk used during the