Version 2.8.
[febootstrap.git] / helper / README
1 This directory contains the febootstrap-supermin-helper
2 reimplementation in C.
3
4 This program builds the supermin appliance on the fly each time the
5 appliance runs (or in recent versions of libguestfs, the appliance is
6 cached as long as the host files don't change).
7
8 *NOTE*: This program is designed to be very short-lived, and so we
9 don't normally bother to free up any memory that we allocate.  That's
10 not completely true - we free up stuff if it's obvious and easy to
11 free up, and ignore the rest.