summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use ext2fs_close2 API if available to avoid unnecessary fsync.Richard W.M. Jones2011-09-241-0/+1
| | | | | | | | This saves over 5 seconds during the slow path construction of the appliance. The ext2fs_close2 API is present in the e2fsprogs 'next' branch and will be in a later e2fsprogs release (thanks Ted Ts'o).
* Stable OCaml dependencies.Richard Jones2011-09-121-0/+3
| | | | | | This technique copied from libguestfs/resize/Makefile.am and modified so that it works with old ocamldep that used to add spaces at the end of lines.
* Version 3.10.3.10Richard W.M. Jones2011-09-011-1/+1
|
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-011-3/+4
| | | | | Now we have src/ for febootstrap and helper/ for febootstrap-supermin-helper.
* Fix previous commit for non-Debian case.Richard W.M. Jones2011-09-011-1/+3
| | | | This updates commit 3ac623701e5fe5ce94b22b4f40f72ee0161d5184.
* debian: Include workaround for broken apt-cache depends --recurse.Richard W.M. Jones2011-09-011-0/+13
| | | | | | | | | Ubuntu 10.04 LTS has a broken apt-cache depends --recurse command which does not in fact recurse deeply enough to find all dependencies (this is fixed in Ubuntu 11.04). Include a workaround for this so we can use febootstrap on old Ubuntu versions.
* debian: Detect apt-cache in configure.Richard W.M. Jones2011-09-011-0/+1
|
* Version 3.9.3.9Richard W.M. Jones2011-08-261-1/+1
|
* Version 3.8.3.8Richard W.M. Jones2011-08-101-1/+1
|
* debian: Check for gawk.Richard W.M. Jones2011-07-211-0/+5
|
* Version 3.7.3.7Richard W.M. Jones2011-07-151-1/+1
|
* Version 3.6.3.6Richard W.M. Jones2011-06-011-1/+1
|
* Don't require external insmod.static.Hilko Bengen2011-06-011-15/+0
| | | | | Add module loading functionality into init.c, thus making insmod.static unnecessary.
* febootstrap: Look for insmod.static, mke2fs in /sbinHilko Bengen2011-06-011-3/+5
|
* Version 3.5.3.5Richard W.M. Jones2011-05-271-1/+1
|
* Version 3.4.3.4Richard W.M. Jones2011-03-181-2/+2
|
* Version 3.3.3.3Richard W.M. Jones2010-12-111-1/+1
|
* Add debian/ subdirectory (temporary).Richard W.M. Jones2010-12-091-1/+5
| | | | | | | 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.
* Version 3.2Richard W.M. Jones2010-12-071-1/+1
|
* Version 3.1.3.1Richard W.M. Jones2010-12-061-1/+1
|
* Add support for Arch Linux (pacman package manager).Thomas S Hatch2010-12-061-0/+3
|
* configure: Check for insmod.static and fail if not present.Richard W.M. Jones2010-12-061-1/+15
| | | | | This is not packaged on Debian/Ubuntu, but we require it. Fail with a useful error message if it is not available.
* Rewrite febootstrap as a general supermin appliance building tool.3.0Richard W.M. Jones2010-12-051-15/+22
| | | | | | | | | | | | | | 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).
* Version 2.11.2.11febootstrap-2.xRichard W.M. Jones2010-11-251-1/+1
|
* Version 2.10.2.10Richard W.M. Jones2010-10-281-1/+1
|
* Version 2.92.9Richard Jones2010-08-271-1/+1
|
* Version 2.8.2.8Richard Jones2010-08-241-1/+1
| | | | Update gnulib.
* Implement ext2 output module.Richard Jones2010-08-241-0/+23
|
* Move febootstrap-supermin-helper into helper/ subdirectory.Richard Jones2010-08-241-1/+1
| | | | | | | 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-3/+20
| | | | | | | | | | | 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.
* Prepare for version 2.62.6Richard Jones2010-01-221-1/+1
|
* Prepare for 2.5.2.5Richard Jones2009-10-221-1/+1
|
* Version 2.42.4Richard Jones2009-07-301-1/+1
|
* Add --nocompress option, version 2.32.3Richard Jones2009-06-161-1/+1
|
* Add febootstrap-to-initramfs --files option, version 2.22.2Richard Jones2009-06-151-1/+1
|
* Version 2.12.1Richard Jones2009-05-241-1/+1
|
* Prepare for 2.02.0Richard Jones2009-05-111-1/+1
|
* Version 1.101.10Richard Jones2009-05-101-1/+1
|
* Version 1.91.9Richard Jones2009-05-071-1/+1
|
* Version 1.81.8Richard W.M. Jones2009-05-011-1/+1
|
* Don't print output of 'cd' (Ján ONDREJ (SAL)).Richard Jones2009-04-201-1/+1
|
* Unset CDPATH (Ján ONDREJ (SAL)).Richard Jones2009-04-201-1/+1
|
* febootstrap.spec removed, see ↵Richard Jones2009-04-141-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=febootstrap
* Add the -u/--updates option to add an updates repository.1.5Richard Jones2009-04-091-1/+1
|
* Version 1.4. Now uses FAKECHROOT_CMD_SUBST to remove most %post warnings.Richard Jones2009-03-301-1/+1
|
* Fix arch i686/i386. Version 1.3 for release.rjones2009-03-251-1/+1
|
* Now depends on fakechroot update 4.rjones2009-03-231-1/+1
|
* Added a specfile, version 1.1 for release.rjones2009-03-231-2/+2
|
* More minimization (now 15.9 MB)rjones2009-03-201-1/+1
|
* Add first version of the febootstrap-minimize script.rjones2009-03-201-1/+1
|