From: Michael Prokop Date: Fri, 8 Nov 2013 08:49:05 +0000 (+0100) Subject: Mention that "raw format" is used for vmfile option X-Git-Tag: v0.58~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=2ecc3d3cb6326671abc2e7cd1d132fdd1715528e Mention that "raw format" is used for vmfile option Since the "qemu-img create" always uses "raw" format, clarify that. --- diff --git a/grml-debootstrap b/grml-debootstrap index c87c9b6..f3586f9 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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 Use specified size for size of VM file (default: 2G). Syntax as supported by qemu-img, like: --vmsize 3G