summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 3.11.3.11Richard W.M. Jones2011-10-141-1/+1
* helper/init: Display version and zlib support.Richard W.M. Jones2011-10-141-2/+7
* Find package dependencies fix for pacman.Erik Nolte2011-10-141-8/+7
* Replace ArchLinux module detection with generic method.Erik Nolte2011-10-141-60/+96
* helper/init: Handle compressed modules transparently.Erik Nolte2011-10-144-20/+66
* Checkout gnulib if the directory is empty.Erik Nolte2011-10-141-0/+5
* helper: Improve error message when run on random files (thanks Alexey Torkhov).Richard W.M. Jones2011-10-061-1/+3
* Use ext2fs_close2 API if available to avoid unnecessary fsync.Richard W.M. Jones2011-09-242-1/+10
* febootstrap: Use contents of installed Debian packages instead of downloading...Hilko Bengen2011-09-239-22/+96
* Verbose message when adding kernel modules.Richard W.M. Jones2011-09-231-0/+3
* yum-rpm: Add more debugging to the Python code.Richard W.M. Jones2011-09-141-5/+17
* Stable OCaml dependencies.Richard Jones2011-09-123-22/+18
* docs: Use multiple =item's instead of =item foo|barRichard Jones2011-09-121-3/+13
* Version 3.10.3.10Richard W.M. Jones2011-09-011-1/+1
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-0117-90/+112
* Fix previous commit for non-Debian case.Richard W.M. Jones2011-09-011-1/+3
* debian: Include workaround for broken apt-cache depends --recurse.Richard W.M. Jones2011-09-013-1/+43
* debian: Use configured aptitude program instead of just "aptitude".Richard W.M. Jones2011-09-011-1/+2
* debian: Detect apt-cache in configure.Richard W.M. Jones2011-09-013-2/+5
* Version 3.9.3.9Richard W.M. Jones2011-08-261-1/+1
* Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile.Richard W.M. Jones2011-08-261-4/+0
* febootstrap: Fix build on platforms where there is no native OCaml compiler.Hilko Bengen2011-08-251-1/+3
* febootstrap-supermin-helper: Replace objcopy call for embedding init binaryHilko Bengen2011-08-254-35/+55
* febootstrap: Add --save-temps option to save temporary files on exit.Richard W.M. Jones2011-08-196-9/+27
* Update copyright notices in manual pages.Richard W.M. Jones2011-08-192-2/+2
* Include ext4 module in the initrd.Richard W.M. Jones2011-08-121-1/+2
* Download archives with permissive umask (thanks David Konerding).Richard W.M. Jones2011-08-103-6/+6
* Version 3.8.3.8Richard W.M. Jones2011-08-101-1/+1
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-225-2/+117
* helper: create_kernel_archlinux should return const char *Richard W.M. Jones2011-07-221-2/+2
* helper: Move all_files down function.Richard W.M. Jones2011-07-221-2/+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
* De-duplicate directories with the same name, like "/etc" and "/etc/"Richard W.M. Jones2011-07-151-0/+14
* debian: Add missing build dependency on gawk.Nikita A Menkovich2011-07-151-1/+1
* helper: Fix error message when modules.dep is not found.Richard W.M. Jones2011-06-061-1/+1
* Remove trailing whitespace from one line.Richard W.M. Jones2011-06-061-1/+1
* febootstrap/helper: Major change to kernel module handling codeHilko Bengen2011-06-061-108/+112
* febootstrap/helper/init: Add translations for errnoHilko Bengen2011-06-061-1/+18
* Version 3.6.3.6Richard W.M. Jones2011-06-011-1/+1
* Fix some printf format warnings when -Wall is enabled.Richard W.M. Jones2011-06-011-2/+2
* febootstrap/helper/init: Mount /proc if not already present.Hilko Bengen2011-06-011-0/+20
* Don't require external insmod.static.Hilko Bengen2011-06-014-54/+42
* febootstrap: Look for insmod.static, mke2fs in /sbinHilko Bengen2011-06-011-3/+5
* Force creation of /lib/modules directory.Hilko Bengen2011-06-011-0/+1
* Version 3.5.3.5Richard W.M. Jones2011-05-271-1/+1
* Check lseek return type against (off_t) -1.Daniel Berrange2011-05-271-1/+1
* Increase appliance container to 4 GB.Richard W.M. Jones2011-05-271-3/+3
* helper: Add better error messages if files too big for appliance root.Richard W.M. Jones2011-05-273-15/+26
* helper: When /init fails, print some debugging information.Richard W.M. Jones2011-05-121-0/+74