* Add ext4 to the default initrd.

svn path=/nixos/trunk/; revision=23088
This commit is contained in:
Eelco Dolstra 2010-08-10 10:12:18 +00:00
parent 8c960af984
commit 313629adcf
1 changed files with 1 additions and 1 deletions

View File

@ -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.