Mention that "raw format" is used for vmfile option
authorMichael Prokop <mika@grml.org>
Fri, 8 Nov 2013 08:49:05 +0000 (09:49 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 8 Nov 2013 08:49:05 +0000 (09:49 +0100)
Since the "qemu-img create" always uses "raw" format, clarify that.

grml-debootstrap

index c87c9b6..f3586f9 100755 (executable)
@@ -77,8 +77,8 @@ Bootstrap options:
 
 Options for Virtual Machine deployment:
 
-      --vmfile           Set up a Virtual Machine instead of installing to
-                         a partition or directory, to be combined with --target,
+      --vmfile           Set up a Virtual Machine (raw format) instead of installing
+                         to a partition or directory, to be combined with --target,
                          like: --vmfile --target /mnt/sda1/qemu.img
       --vmsize <size>    Use specified size for size of VM file (default: 2G).
                          Syntax as supported by qemu-img, like: --vmsize 3G