From 2ecc3d3cb6326671abc2e7cd1d132fdd1715528e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Nov 2013 09:49:05 +0100 Subject: [PATCH] Mention that "raw format" is used for vmfile option Since the "qemu-img create" always uses "raw" format, clarify that. --- grml-debootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4