forked from mirrors/nixpkgs
* Add the ext3 module to the initrd. The Amazon image generator needs
it. svn path=/nixpkgs/trunk/; revision=19585
This commit is contained in:
parent
f724089f6f
commit
b3625c242b
|
@ -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"];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue