[fedora-virt] guestfish recipes (examples)

Ján ONDREJ (SAL) ondrejj at salstar.sk
Sun Apr 26 04:31:32 UTC 2009


On Sat, Apr 25, 2009 at 01:39:56PM +0100, Richard W.M. Jones wrote:
> I put up a set of examples using libguestfs / guestfish.  These are
> small (< 10 line) shell scripts that show you how to do some
> interesting stuff to virtual machines:
> 
>   http://et.redhat.com/~rjones/libguestfs/recipes.html
> 
> Fedora users' own contributions are welcome too!

Nice. :-)

Just one suggestion:

add "bs" parameter for dd to increase coying speed, or use "cp -a".
For example:
  dd if="$preimage" of="$newimage" bs=1048576
With standard block size copying is slow.

		SAL




More information about the Fedora-virt mailing list