* Add ext4 to the default initrd.
svn path=/nixos/trunk/; revision=23088
This commit is contained in:
parent
8c960af984
commit
313629adcf
|
@ -151,7 +151,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||
"ide_generic"
|
||||
|
||||
# Filesystems.
|
||||
"ext2" "ext3"
|
||||
"ext2" "ext3" "ext4"
|
||||
|
||||
# Support USB keyboards, in case the boot fails and we only have
|
||||
# a USB keyboard.
|
||||
|
|
Loading…
Reference in New Issue