* Include "dm_mod" in the initrd by default for LVM users.
svn path=/nixos/trunk/; revision=11795
This commit is contained in:
parent
8583c52c2c
commit
3e087c0f73
@ -168,20 +168,27 @@
|
|||||||
"sata_uli"
|
"sata_uli"
|
||||||
"ata_piix"
|
"ata_piix"
|
||||||
"pata_marvell"
|
"pata_marvell"
|
||||||
|
|
||||||
# Standard SCSI stuff.
|
# Standard SCSI stuff.
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
"sr_mod"
|
"sr_mod"
|
||||||
|
|
||||||
# Standard IDE stuff.
|
# Standard IDE stuff.
|
||||||
"ide_cd"
|
"ide_cd"
|
||||||
"ide_disk"
|
"ide_disk"
|
||||||
"ide_generic"
|
"ide_generic"
|
||||||
|
|
||||||
# Filesystems.
|
# Filesystems.
|
||||||
"ext3"
|
"ext3"
|
||||||
|
|
||||||
# Support USB keyboards, in case the boot fails and we only have
|
# Support USB keyboards, in case the boot fails and we only have
|
||||||
# a USB keyboard.
|
# a USB keyboard.
|
||||||
"ehci_hcd"
|
"ehci_hcd"
|
||||||
"ohci_hcd"
|
"ohci_hcd"
|
||||||
"usbhid"
|
"usbhid"
|
||||||
|
|
||||||
|
# LVM.
|
||||||
|
"dm_mod"
|
||||||
];
|
];
|
||||||
description = "
|
description = "
|
||||||
The set of kernel modules in the initial ramdisk used during the
|
The set of kernel modules in the initial ramdisk used during the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user