diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-03 13:17:00 +0000 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-05 09:33:25 +0000 |
| commit | 66a9d53e48f14d7fe1d9f4b801a1c5582d83efa6 (patch) | |
| tree | 555e29f52452cd88a6deb086b86bb55ab85f5fff /.gitignore | |
| parent | 304ee3695e41904d8b2184922732f47aa6ccc0d4 (diff) | |
Rewrite febootstrap as a general supermin appliance building tool.3.0
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).
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,4 +1,7 @@ *~ +*.cmi +*.cmo +*.cmx *.o *.a .deps @@ -13,21 +16,17 @@ config.guess config.h.in config.h config.log +config.ml config.status config.sub configure cscope.out depcomp febootstrap -febootstrap-run -febootstrap-install -febootstrap-minimize -febootstrap-to-initramfs -febootstrap-to-supermin -febootstrap-supermin-helper febootstrap*.8 febootstrap*.txt febootstrap-*.tar.gz +helper/febootstrap-supermin-helper helper/init lib/alloca.h lib/arg-nonnull.h |
