aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support module options set in /etc/module.d, amend cmdline options patchRichard Yao2012-07-191-0/+37
* Catch case with no initramfs compression supported by kernel (bug #423847)Sebastian Pipping2012-07-091-0/+1
* Fix detection of initramfs compression with bzip2 as best candidateSebastian Pipping2012-07-091-1/+1
* Use proper ${KERNEL_CONFIG} rather than ${KERNEL_DIR}/.config as inputSebastian Pipping2012-07-091-1/+8
* Use blkid from system's util-linux rather than compiling e2fsprogs ourselvesSebastian Pipping2012-05-171-4/+6
* Be verbose bout files being added to initramfs for --loglevel=2 and aboveSebastian Pipping2012-05-171-0/+27
* Revert verbosity of internals (a debugging leftover)Sebastian Pipping2012-05-141-1/+1
* Stop removing lvm/dmsetup from the initramfs (bug #415697)Sebastian Pipping2012-05-141-1/+1
* lddtree call must be outside the for loop.Robin H. Johnson2012-04-171-8/+8
* gen_initramfs: Use CC0 instead of public domain for copy_binaries to cover Fr...Robin H. Johnson2012-04-161-4/+6
* Adjust licensing policy on copy_binaries() after a chat with robbat2Sebastian Pipping2012-04-161-2/+6
* Merge branch 'cryptsetup'Sebastian Pipping2012-04-161-11/+18
|\
| * Support a non-static cryptsetup binary (bug #409277)Sebastian Pipping2012-04-161-5/+1
| * Add error detection to copy_binariesSebastian Pipping2012-04-161-6/+16
* | Make sure that we can use our own copy_binaries in the futureSebastian Pipping2012-04-161-1/+4
* | gen_initramfs: Release the copy_binaries function as public domain.Robin H. Johnson2012-04-151-0/+7
* | Handle other possible paths for LVM.Robin H. Johnson2012-04-151-2/+2
|/
* Untar keymapsSebastian Pipping2012-04-091-2/+4
* Add "fastest" to supported initrd compressionsSebastian Pipping2012-04-081-2/+2
* Refactor code selecting best available initrd compressionSebastian Pipping2012-04-081-11/+15
* Support comression "lzop" (not just "lzo") as wrongly advertised by comments ...Sebastian Pipping2012-04-081-1/+1
* Be more helpful when requested compression is not availableSebastian Pipping2012-04-081-3/+15
* Error out on unknown initrd compression, reported by Peter Gantner (bug #411197)Sebastian Pipping2012-04-081-0/+3
* Fix initrd compression "gzip", reported by Peter Gantner (bug #411197)Sebastian Pipping2012-04-081-1/+1
* Fail hard on LUKS inclusion error (bug #409277), advise about sys-fs/cryptset...Sebastian Pipping2012-03-221-14/+13
* Fix dmraid building with LVM/device-mapperRobin H. Johnson2012-02-141-2/+3
* Bugfixes in new code branches that I didn't test fully.Robin H. Johnson2012-02-061-6/+6
* Customizable initramfs compression based on Pentoo genkernel forkRobin H. Johnson2012-02-061-14/+48
* Implement ZFS SupportRichard Yao2012-02-061-0/+27
* copy_binaries, multipath: refactor for ease of use and readability.Robin H. Johnson2012-02-061-10/+10
* Fix hardcoded paths in multipath supportRichard Yao2012-02-061-26/+2
* copy_binaries: utility function to pick up a binary and needed libsRichard Yao2012-02-061-0/+9
* Implement --[no-]compress-initramfs option to complement --[no-]integrated-in...Richard Yao2012-01-281-4/+12
* Add a few more directories and initial device nodes to the initramfs, and imp...Robin H. Johnson2012-01-041-1/+9
* Improve option handling.Robin H. Johnson2012-01-041-2/+2
* trivial: cleanup code, drop whitespaces and some more cruftFabio Erculiani2011-09-131-16/+16
* dmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug ...Fabio Erculiani2011-09-131-0/+13
* No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841, bug #377709)Sebastian Pipping2011-08-061-1/+1
* Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423)Sebastian Pipping2011-07-031-54/+0
* Remove "--slowusb" as it is enabled by default. Also document "noslowusb".Peter Hjalmarsson2011-03-281-5/+1
* Introducing MDADM_CONFIGPeter Hjalmarsson2011-02-241-2/+13
* Put blkid of e2fsprogs into /sbin, not /bin (bug #352746)Sebastian Pipping2011-01-301-3/+3
* mdadm: Fix copying of mdadm/mdmon to the initramfs (bug #352496)Sebastian Pipping2011-01-231-1/+1
* mdadm: Implement support for mdmon to static binarySebastian Pipping2011-01-171-3/+4
* use mdadm instead of bundled stripped down mdassemble (v2)Matthias Dahl2011-01-171-0/+12
* Add more detail to some LVM log messagesSebastian Pipping2011-01-131-3/+3
* GPG initramfs appenddacook2011-01-111-0/+20
* Check return codes of cpio (lessen from bug #246370)Sebastian Pipping2011-01-111-15/+30
* Catch errors from append_* (lesson from bug #246370)Sebastian Pipping2011-01-111-1/+1
* Allow configuring the list of busybox applets (bug #326593)Sebastian Pipping2011-01-091-1/+1