nova-image: use make-disk-image.nix

This commit is contained in:
Domen Kožar
2015-10-26 16:16:45 +01:00
parent 1703d4dc5d
commit f1508b3a23
3 changed files with 25 additions and 79 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pkgs.vmTools.runInLinuxVM (
umount /mnt/proc /mnt/dev /mnt/sys
umount /mnt
# Do an fsck to make sure resize2fs works.
# Do a fsck to make sure resize2fs works.
fsck.${fsType} -f -y $rootDisk
''
)