summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-011-85/+3
| | | | | Now we have src/ for febootstrap and helper/ for febootstrap-supermin-helper.
* febootstrap: Fix build on platforms where there is no native OCaml compiler.Hilko Bengen2011-08-251-1/+3
|
* febootstrap: Add --save-temps option to save temporary files on exit.Richard W.M. Jones2011-08-191-2/+2
|
* Add pod.css to EXTRA_DIST.3.2Richard W.M. Jones2010-12-071-0/+1
|
* Add HTML documentation to the public website.Richard W.M. Jones2010-12-071-0/+24
|
* Add support for Arch Linux (pacman package manager).Thomas S Hatch2010-12-061-0/+1
|
* Rewrite febootstrap as a general supermin appliance building tool.3.0Richard W.M. Jones2010-12-051-117/+54
| | | | | | | | | | | | | | This complete rewrite of the building tools turns febootstrap into a general purpose, cross-distro, supermin appliance only build tool. There is now only one program 'febootstrap' which is used to build a supermin appliance from a list of packages. Normal appliances are not supported. The tools are incompatible with febootstrap 2.x (use the febootstrap-2.x branch from git to get the old package).
* Move febootstrap-supermin-helper into helper/ subdirectory.Richard Jones2010-08-241-21/+2
| | | | | | | This will allow us to split up the monolithic C program into separate files for ease of modification. This patch is just file rearrangement.
* Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7Richard Jones2010-05-141-9/+10
| | | | | | | | | | | 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.
* Supermin appliance.Richard Jones2009-10-221-3/+45
| | | | | This ports the libguestfs supermin appliance work into febootstrap to make it more generally available to anyone who wants to use it.
* Be more careful about removing files in fakeroot during minimization.Richard Jones2009-05-111-0/+20
| | | | Added febootstrap-install program.
* febootstrap.spec removed, see ↵Richard Jones2009-04-141-1/+0
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=febootstrap
* Added febootstrap-run command.Richard Jones2009-03-301-0/+20
| | | | | Examples need more VM RAM when run in Rawhide. Also use 'set -e' in example scripts.
* * Makefile.am (DISTCLEANFILES): Define, so that "make distcheck" passes.Jim Meyering2009-03-251-0/+1
|
* Include patch in dist. Version 1.2 released.rjones2009-03-231-0/+1
|
* Added a specfile, version 1.1 for release.rjones2009-03-231-0/+1
|
* Version 0.9 for release.rjones2009-03-201-1/+3
|
* Add first version of the febootstrap-minimize script.rjones2009-03-201-8/+22
|
* Added examples subdirectory.rjones2009-03-191-2/+8
|
* More updates.rjones2009-03-191-3/+32
|
* First version of the script, working.rjones2009-03-191-1/+1
|
* Build manual page.rjones2009-03-191-0/+24
|
* Basic build environment and man page.rjones2009-03-191-0/+18