Adding ext4 to vmTools. Otherwise, nixos build-vm fails with 'useBootLoader'.

This commit is contained in:
Lluís Batlle i Rossell 2012-12-16 17:27:26 +01:00
parent 0f5976b599
commit 62fa1b8782

View File

@ -3,7 +3,7 @@
, img ? "bzImage"
, rootModules ?
[ "cifs" "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "nls_utf8" "ext2" "ext3"
"unix" "hmac" "md4" "ecb" "des_generic"
"ext4" "unix" "hmac" "md4" "ecb" "des_generic"
]
}: