summaryrefslogtreecommitdiffstats
path: root/src/appliance.c
Commit message (Collapse)AuthorAgeFilesLines
* Change to using ext2-based, cached supermin appliance.Richard Jones2010-08-231-0/+465
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.