summaryrefslogtreecommitdiffstats
path: root/febootstrap-to-supermin.sh
Commit message (Collapse)AuthorAgeFilesLines
* Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7Richard Jones2010-05-141-1/+1
| | | | | | | | | | | This commit also pulls in the automake C dependencies and gnulib. febootstrap-supermin-helper is modified so that it has the --kmods option (to read the whitelist, from the old shell script), and so that it can read supermin appliances composed of multiple parts from out of a directory. Also: Updates to documentation.
* Include /etc/localtime from local machine in the supermin appliance.Richard Jones2010-04-121-0/+4
| | | | | This is a backport of libguestfs commit 508f1ee87e816bf6b6fc8e629ccbb2d61a971169.
* Backport libguestfs exception for libntfs-3g.so.N to febootstrap.Richard Jones2010-03-121-0/+6
| | | | | This is a port of: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=599f94c9c14c970dcfd7cec8d6898cd3b46af8ca
* Backport more complete fix for bash regexp quoting bug from libguestfs.Richard Jones2010-03-031-9/+20
|
* Backport supermin hostfiles / bash quoting fix from libguestfs.Richard Jones2010-03-011-12/+24
| | | | | This also makes small rearrangements to the code to bring it closer to what is in libguestfs's supermin-split.sh.in script.
* supermin: Backport special case handling of libgcc_s.Richard Jones2010-01-281-0/+4
| | | | | This is a port of http://git.annexia.org/?p=libguestfs.git;a=commit;h=dab98a0e52b9bb9930048b94d637a2fdb218fc45
* supermin: Special case handling for libbfdRichard Jones2009-12-161-0/+4
| | | | | | | | | | | | | Port equivalent change from libguestfs. The libbfd library has a constantly changing, non-standard and very long name, eg: /usr/lib64/libbfd-2.20.51.0.2-7.fc13.so Just add a special case to deal with this. This fixes the guestfs_strings command, which relies on the external strings binary which uses this library.
* Supermin appliance.Richard Jones2009-10-221-0/+133
This ports the libguestfs supermin appliance work into febootstrap to make it more generally available to anyone who wants to use it.