summaryrefslogtreecommitdiffstats
path: root/lib/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest gnulib.Richard W.M. Jones2012-02-091-32/+58
|
* gnulib: Ignore another gnulib generated file.Richard W.M. Jones2010-11-061-0/+1
|
* Add -u and -g options to febootstrap-supermin-helperMatthew Booth2010-10-281-0/+10
| | | | | | | | | | | | | Bash automatically resets euid to uid when it executes. This means that the effective user id of a program at the point it calls febootstrap-supermin-helper will be lost if any part of execution chain involved bash. This in turn can result in: * the generation of an incorrect checksum, which contains the uid. * the generation of supermin files with a mixture of owners The -u and -g options allow the caller to pass in an explicit user and group to run as. febootstrap-supermin-helper will set(u|g)id as appropriate.
* Update gnulib.Richard W.M. Jones2010-09-171-0/+1
|
* Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7Richard Jones2010-05-141-0/+133
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.