summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-011-2/+2
| | | | | Now we have src/ for febootstrap and helper/ for febootstrap-supermin-helper.
* febootstrap-supermin-helper: Replace objcopy call for embedding init binaryHilko Bengen2011-08-251-0/+1
| | | | | | | | | | | | objcopy needs "output-target" and "binary-architecture" parameters which makes it necessary to keep a list of known architectures. The bin2s.pl script generates input for the GNU assembler which should produce an object file that is equivalent to that produced by objcopy. I have successfully tested the change on an amd64 Debian/unstable system. RWMJ: Added bin2s.pl to EXTRA_DIST and updated .gitignore.
* Add debian/ subdirectory (temporary).Richard W.M. Jones2010-12-091-0/+1
| | | | | | | This adds the debian/ subdirectory to make it easier for us to build Debian packages. When we get this into Debian, this directory can be removed.
* Add HTML documentation to the public website.Richard W.M. Jones2010-12-071-0/+3
|
* Add autobuild script.Richard W.M. Jones2010-12-071-0/+1
| | | | This script is run on the builder(s) regularly.
* Rewrite febootstrap as a general supermin appliance building tool.3.0Richard W.M. Jones2010-12-051-6/+5
| | | | | | | | | | | | | | 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).
* Ignore cscope.outMatthew Booth2010-10-281-0/+1
|
* Implement ext2 output module.Richard Jones2010-08-241-0/+1
|
* Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7Richard Jones2010-05-141-3/+27
| | | | | | | | | | | 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-0/+2
| | | | | 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/+1
| | | | 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/+2
| | | | | Examples need more VM RAM when run in Rawhide. Also use 'set -e' in example scripts.
* Replace cvsignore with gitignore.Richard Jones2009-03-281-0/+25