[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Notes on building libguestfs on RHEL 5 (was: Re: [fedora-virt] libguestfs on non-Fedora targets)
- From: "Richard W.M. Jones" <rjones redhat com>
- To: Charles Duffy <charles dyfis net>
- Cc: fedora-virt redhat com
- Subject: Re: Notes on building libguestfs on RHEL 5 (was: Re: [fedora-virt] libguestfs on non-Fedora targets)
- Date: Wed, 6 May 2009 17:38:51 +0100
[Continuing to build ...]
(24) febootstrap-minimize program is not removing locale files, which
made the appliance image about 75MB larger than it needed to be.
Small patch added to git repo to fix this.
(25) Meanwhile, building a custom qemu from upstream qemu git. I am
using the attached wrapper script, and I will invoke libguestfs
programs first setting this environment variable:
LIBGUESTFS_QEMU=/path/to/qemu.wrapper
including running the testsuite like this:
LIBGUESTFS_QEMU=/path/to/qemu.wrapper make check
and guestfish w/o installing like this:
LIBGUESTFS_QEMU=/path/to/qemu.wrapper ./fish/guestfish
[More to follow ...]
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
#!/bin/sh -
qemudir=/home/rjones/d/qemu
exec $qemudir/i386-softmmu/qemu -L $qemudir/pc-bios "$@"
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]