summaryrefslogtreecommitdiffstats
path: root/helper
Commit message (Expand)AuthorAgeFilesLines
* helper/init: Display version and zlib support.Richard W.M. Jones2011-10-141-2/+7
* Replace ArchLinux module detection with generic method.Erik Nolte2011-10-141-60/+96
* helper/init: Handle compressed modules transparently.Erik Nolte2011-10-142-20/+61
* 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-241-1/+9
* Verbose message when adding kernel modules.Richard W.M. Jones2011-09-231-0/+3
* docs: Use multiple =item's instead of =item foo|barRichard Jones2011-09-121-3/+13
* Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile.Richard W.M. Jones2011-08-261-4/+0
* febootstrap-supermin-helper: Replace objcopy call for embedding init binaryHilko Bengen2011-08-253-35/+54
* Update copyright notices in manual pages.Richard W.M. Jones2011-08-191-1/+1
* Include ext4 module in the initrd.Richard W.M. Jones2011-08-121-1/+2
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-224-0/+112
* 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
* helper: Fix error message when modules.dep is not found.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
* 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-012-34/+42
* Force creation of /lib/modules directory.Hilko Bengen2011-06-011-0/+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
* Force mode +x on insmod.static binary (RHBZ#666880).Richard W.M. Jones2011-05-121-0/+6
* helper: Change to root directory before running find command.Richard W.M. Jones2011-04-271-1/+13
* helper: Don't fail if objects are created in a symlinked dir (RHBZ#698089).Richard W.M. Jones2011-04-201-0/+14
* Link init with '-static' instead of '-all-static'.Richard W.M. Jones2011-03-141-1/+1
* helper: Add support for ArchLinux kernels.Richard W.M. Jones2010-12-121-0/+60
* helper: Ignore times of special files when calculating checksum.Richard W.M. Jones2010-12-111-4/+5
* helper: Remove refs in docs to old manual pages.Richard W.M. Jones2010-12-071-9/+2
* Add HTML documentation to the public website.Richard W.M. Jones2010-12-071-0/+11
* configure: Check for insmod.static and fail if not present.Richard W.M. Jones2010-12-061-2/+2
* Rewrite febootstrap as a general supermin appliance building tool.3.0Richard W.M. Jones2010-12-051-6/+3
* ext2: Fix "ext2fs_mkdir .. No free space in directory".Richard W.M. Jones2010-11-251-3/+13
* elf-default-arch should exit with an error if it fails.Richard W.M. Jones2010-11-061-0/+1
* Fix elf-default-arch for ppc and ppc64.Richard W.M. Jones2010-11-061-0/+2
* main should return intRichard W.M. Jones2010-11-061-1/+1
* RHEL 5: Don't pass BLOCK_FLAG_READ_ONLY to ext2_block_iterate if not defined.Richard W.M. Jones2010-11-061-2/+12
* Add -u and -g options to febootstrap-supermin-helperMatthew Booth2010-10-282-3/+126
* Send usage output to stdout or stderr depending on context.Matthew Booth2010-10-011-4/+5
* Fix elf-default-arch detection to work on secondary archs (RHBZ#634951)Dan HorĂ¡k2010-09-172-4/+7
* helper: Ignore editor backup (*~) files.Richard Jones2010-08-271-0/+5
* helper: Visit directory entries in order.Richard Jones2010-08-271-9/+31
* Add -f checksum mode to allow caching of appliances.Richard Jones2010-08-249-30/+178
* Implement ext2 output module.Richard Jones2010-08-248-10/+1352
* Remove bogus 'whitelist' parameter from usage.Richard Jones2010-08-241-2/+2
* Add -f ext2 option.Richard Jones2010-08-247-23/+127
* Add -f option for selecting the output format.Richard Jones2010-08-242-3/+27