Am 16.09.2012 13:41, schrieb Michael Tokarev:
> The text describing `create' qemu-img subcommand refers to backing_file,
> but it is not mentioned anywhere in the syntax for this subcommand.
>
> Signed-off-by: Michael Tokarev <[email protected]>
No, -b is deprecated, you should be using -o backing_file=...
What description exactly are you talking about, qemu-img.texi? It says:
> @item create [-f @var{fmt}] [-o @var{options}] @var{filename} [@var{size}]
>
> Create the new disk image @var{filename} of size @var{size} and format
> @var{fmt}. Depending on the file format, you can add one or more @var{options}
> that enable additional features of this format.
>
> If the option @var{backing_file} is specified, then the image will record
> only the differences from @var{backing_file}.
Which for me seemed to be a pretty clear reference to -o
backing_file=..., but if it isn't, maybe we can rephrase it somehow.
Kevin