Rewrite febootstrap as a general supermin appliance building tool. 3.0
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Dec 2010 13:17:00 +0000 (13:17 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 5 Dec 2010 09:33:25 +0000 (09:33 +0000)
commit66a9d53e48f14d7fe1d9f4b801a1c5582d83efa6
tree555e29f52452cd88a6deb086b86bb55ab85f5fff
parent304ee3695e41904d8b2184922732f47aa6ccc0d4
Rewrite febootstrap as a general supermin appliance building tool.

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).
38 files changed:
.depend [new file with mode: 0644]
.gitignore
Makefile.am
README
TODO [deleted file]
config.ml.in [new file with mode: 0644]
configure.ac
examples/Makefile.am [deleted file]
examples/README [deleted file]
examples/guestfs-test.sh [deleted file]
examples/minimal-filesystem.sh [deleted file]
f10.log.gz [deleted file]
fakechroot-2.8-relchroot.patch [deleted file]
fakechroot-2.9-cmdsubst.patch [deleted file]
fakechroot-svn-no-dup-envs.patch [deleted file]
febootstrap-install.pod [deleted file]
febootstrap-install.sh [deleted file]
febootstrap-minimize.pod [deleted file]
febootstrap-minimize.sh [deleted file]
febootstrap-run.pod [deleted file]
febootstrap-run.sh [deleted file]
febootstrap-to-initramfs.pod [deleted file]
febootstrap-to-initramfs.sh [deleted file]
febootstrap-to-supermin.pod [deleted file]
febootstrap-to-supermin.sh [deleted file]
febootstrap.ml [new file with mode: 0644]
febootstrap.pod
febootstrap.sh [deleted file]
febootstrap_cmdline.ml [new file with mode: 0644]
febootstrap_cmdline.mli [new file with mode: 0644]
febootstrap_debian.ml [new file with mode: 0644]
febootstrap_package_handlers.ml [new file with mode: 0644]
febootstrap_package_handlers.mli [new file with mode: 0644]
febootstrap_utils.ml [new file with mode: 0644]
febootstrap_utils.mli [new file with mode: 0644]
febootstrap_yum_rpm.ml [new file with mode: 0644]
helper/Makefile.am
m4/ocaml.m4 [new file with mode: 0644]