From 95dd28aadbfc1f058dae26beea949cf3cbc22b26 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 13 May 2010 13:29:20 +0100 Subject: Pull in febootstrap-supermin-helper (C version) from libguestfs. 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. --- .gitignore | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a430f1f..310aa6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,22 @@ *~ -febootstrap*.8 -febootstrap*.txt -febootstrap-*.tar.gz +*.o +*.a +.deps Makefile.in Makefile aclocal.m4 +/arg-nonnull.h autom4te.cache +/c++defs.h +compile +config.guess config.h.in config.h config.log config.status +config.sub configure +depcomp febootstrap febootstrap-run febootstrap-install @@ -18,9 +24,27 @@ febootstrap-minimize febootstrap-to-initramfs febootstrap-to-supermin febootstrap-supermin-helper +febootstrap*.8 +febootstrap*.txt +febootstrap-*.tar.gz +lib/alloca.h +lib/arg-nonnull.h +lib/c++defs.h +lib/dirent.h +lib/fcntl.h +lib/stdio.h +lib/stdlib.h +lib/string.h +lib/sys/ +lib/time.h +lib/unistd.h +lib/warn-on-use.h +lib/wchar.h +INSTALL install-sh missing stamp-h1 +/warn-on-use.h examples/guestfs examples/*-initrd.img examples/guest-image -- cgit