* Add the ext3 module to the initrd. The Amazon image generator needs

it.

svn path=/nixpkgs/trunk/; revision=19585
This commit is contained in:
Eelco Dolstra 2010-01-20 21:09:33 +00:00
parent f724089f6f
commit b3625c242b

View File

@ -14,7 +14,7 @@ rec {
modulesClosure = makeModulesClosure {
inherit kernel;
rootModules = ["cifs" "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "nls_utf8" "ext2" "unix"];
rootModules = ["cifs" "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "nls_utf8" "ext2" "ext3" "unix"];
};