Change to using ext2-based, cached supermin appliance.
authorRichard Jones <rjones@redhat.com>
Mon, 23 Aug 2010 10:12:29 +0000 (11:12 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 23 Aug 2010 15:00:39 +0000 (16:00 +0100)
commit5c31f6126ba4ea3e9056c34c300f6f5e332ab997
treee1c7b237f3d5719804fca3031d26edb9a8027221
parent4b753c62089be663ac722e4a875bb061d259e87d
Change to using ext2-based, cached supermin appliance.

This changes the method used to build the supermin appliance
to use the new ext2-based appliance supported by latest febootstrap.
The appliance can also be cached, so we avoid rebuilding it
each time it is used.

Mailing list discussion goes into the rationale and details:
https://www.redhat.com/archives/libguestfs/2010-August/msg00028.html

Requires febootstrap >= 2.8.
README
daemon/daemon.h
daemon/devsparts.c
daemon/guestfsd.c
po/POTFILES.in
src/Makefile.am
src/appliance.c [new file with mode: 0644]
src/guestfs-internal.h
src/guestfs.c
src/launch.c