[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [fedora-virt] guestfish recipes (examples)
- From: Ján ONDREJ (SAL) <ondrejj salstar sk>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: fedora-virt redhat com
- Subject: Re: [fedora-virt] guestfish recipes (examples)
- Date: Sun, 26 Apr 2009 06:31:32 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]