From 313629adcf1a7039bb5e7f985b755a1acff935b6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Aug 2010 10:12:18 +0000 Subject: [PATCH] * Add ext4 to the default initrd. svn path=/nixos/trunk/; revision=23088 --- modules/system/boot/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.