summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-10 10:12:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-10 10:12:18 +0000
commit313629adcf1a7039bb5e7f985b755a1acff935b6 (patch)
tree3420a7a63b5a2919e67fc26d841e035f5426df64 /modules
parent8c960af98488c7585ef05a21013700783b1adede (diff)
downloadnixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar.gz
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar.bz2
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar.lz
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar.xz
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.tar.zst
nixlib-313629adcf1a7039bb5e7f985b755a1acff935b6.zip
* Add ext4 to the default initrd.
svn path=/nixos/trunk/; revision=23088
Diffstat (limited to 'modules')
-rw-r--r--modules/system/boot/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix
index 0dd1d93dd431..1f7ea8674fa4 100644
--- a/modules/system/boot/kernel.nix
+++ b/modules/system/boot/kernel.nix
@@ -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.