summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7Richard Jones2010-05-1418-175/+1355
| | | | | | | | | | | 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.
* Include /etc/localtime from local machine in the supermin appliance.Richard Jones2010-04-121-0/+4
| | | | | This is a backport of libguestfs commit 508f1ee87e816bf6b6fc8e629ccbb2d61a971169.
* Backport libguestfs exception for libntfs-3g.so.N to febootstrap.Richard Jones2010-03-121-0/+6
| | | | | This is a port of: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=599f94c9c14c970dcfd7cec8d6898cd3b46af8ca
* Backport more complete fix for bash regexp quoting bug from libguestfs.Richard Jones2010-03-031-9/+20
|
* Backport supermin hostfiles / bash quoting fix from libguestfs.Richard Jones2010-03-011-12/+24
| | | | | This also makes small rearrangements to the code to bring it closer to what is in libguestfs's supermin-split.sh.in script.
* supermin: Backport special case handling of libgcc_s.Richard Jones2010-01-281-0/+4
| | | | | This is a port of http://git.annexia.org/?p=libguestfs.git;a=commit;h=dab98a0e52b9bb9930048b94d637a2fdb218fc45
* Backport "supermin: Prevent multilib corruption (RHBZ#558593)" from libguestfsRichard Jones2010-01-262-7/+11
| | | | | Make sure the febootstrap-supermin-helper script does not contain any hard-wired references to the current architecture.
* Prepare for version 2.62.6Richard Jones2010-01-221-1/+1
|
* Don't run new-kernel-pkg or nscd (RHBZ#557262).Richard Jones2010-01-221-1/+1
|
* supermin: Special case handling for libbfdRichard Jones2009-12-161-0/+4
| | | | | | | | | | | | | Port equivalent change from libguestfs. The libbfd library has a constantly changing, non-standard and very long name, eg: /usr/lib64/libbfd-2.20.51.0.2-7.fc13.so Just add a special case to deal with this. This fixes the guestfs_strings command, which relies on the external strings binary which uses this library.
* supermin: Fix code which gets list of kernels.Richard Jones2009-12-041-1/+4
| | | | (Same patch applied to libguestfs).
* supermin: Improve error message and add -d option to ls command.Richard Jones2009-11-251-2/+2
|
* supermin: Die with an error if $kernels is empty (RHBZ#539746).Richard Jones2009-11-241-0/+6
|
* Set cpio blocksize to 64K.Richard Jones2009-11-111-1/+1
| | | | https://www.redhat.com/archives/fedora-devel-list/2009-November/thread.html#00523
* Prepare for 2.5.2.5Richard Jones2009-10-221-1/+1
|
* Supermin appliance.Richard Jones2009-10-227-3/+616
| | | | | This ports the libguestfs supermin appliance work into febootstrap to make it more generally available to anyone who wants to use it.
* REMOVE upx (pack-executables) option.Richard Jones2009-10-223-33/+5
|
* RFE on febootstrap-minimize: remove yumdb (RHBZ#528685)Alexey Torkhov2009-10-132-2/+4
|
* Allow febootstrap-run to be called by root (RHBZ#528687)Alexey Torkhov2009-10-131-3/+7
|
* Allow febootstrap-run to be run as root.Matthew Kent2009-09-251-0/+5
|
* doc: Add a section about debugging febootstrap problems.Richard Jones2009-08-031-0/+28
|
* Version 2.42.4Richard Jones2009-07-301-1/+1
|
* Don't use relative paths, make people set $PATH.Richard Jones2009-07-304-8/+20
|
* Don't just remove files, wrap the 'rm' command in febootstrap-run wrapper.Richard Jones2009-07-301-3/+2
|
* Add --nocompress option, version 2.32.3Richard Jones2009-06-163-7/+26
|
* Add febootstrap-to-initramfs --files option, version 2.22.2Richard Jones2009-06-153-6/+65
|
* Stop febootstrap-run from accepting -g and -i options in error.Richard Jones2009-06-151-1/+1
|
* Typo (Paul Wise).Richard Jones2009-05-251-1/+1
|
* Version 2.12.1Richard Jones2009-05-241-1/+1
|
* Delete febootstrap-updates cache (viliar.net.ru).Richard Jones2009-05-241-0/+2
|
* Update to previous commit: Properly specify newc cpio format.Richard Jones2009-05-241-2/+2
|
* Debian's cpio defaults to writing some obsolete format, not 'newc'.Richard Jones2009-05-241-2/+2
|
* Set LD_LIBRARY_PATH so %pre/%post scripts use local libraries.Richard Jones2009-05-241-0/+3
|
* Small fix to make febootstrap work on Debian.Richard Jones2009-05-242-2/+2
|
* Prepare for 2.02.0Richard Jones2009-05-111-1/+1
|
* Be more careful about removing files in fakeroot during minimization.Richard Jones2009-05-118-35/+159
| | | | Added febootstrap-install program.
* Fix for when '-u' option is omitted.rjones2009-05-111-1/+1
|
* Version 1.101.10Richard Jones2009-05-101-1/+1
|
* Fix -u option (viliar.net.ru)Richard Jones2009-05-101-1/+9
|
* Fix '-g' option.Richard Jones2009-05-081-1/+1
|
* Version 1.91.9Richard Jones2009-05-071-1/+1
|
* Use `rm -rf' on locale files, so works with RHEL 5.Richard Jones2009-05-061-1/+1
|
* Version 1.81.8Richard W.M. Jones2009-05-011-1/+1
|
* Another CDPATH fix (Ján ONDREJ (SAL)).Richard Jones2009-04-211-1/+1
|
* unset CDPATHRichard Jones2009-04-204-0/+8
|
* Don't print output of 'cd' (Ján ONDREJ (SAL)).Richard Jones2009-04-202-4/+2
|
* Unset CDPATH (Ján ONDREJ (SAL)).Richard Jones2009-04-202-1/+3
|
* febootstrap.spec removed, see ↵Richard Jones2009-04-144-85/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=febootstrap
* Add the -u/--updates option to add an updates repository.1.5Richard Jones2009-04-093-5/+62
|
* Allow proxy to be specified (Kumar Gala).Richard Jones2009-04-092-2/+12
|