aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Detect mknod failure.Robin H. Johnson2014-04-131-6/+7
* Force ownership of files in building initramfs.Robin H. Johnson2014-04-131-1/+1
* Fix MDADM_CONFIG missing message.Robin H. Johnson2014-04-131-1/+1
* LVM install fixes.Robin H. Johnson2014-04-131-1/+1
* Record hostid into initramfsRichard Yao2014-03-151-0/+2
* Copy ld.so.conf and friends when copy_binaries is usedRichard Yao2014-02-261-0/+30
* Include zdb in initramfsRichard Yao2013-07-141-1/+1
* Remove duplicate files from initramfsRichard Yao2013-06-091-0/+14
* Eliminate warnings about missing ZFS filesRichard Yao2013-06-091-4/+8
* Silence cp error when optional ZFS files are unavailableRichard Yao2013-06-031-1/+1
* Fix /etc/modprobe.d regressionRichard Yao2013-06-031-18/+2
* Drop our own /sbin/modprobe and use busybox built-in applet insteadFabio Erculiani2013-04-251-9/+16
* Unify copy_binaries() morePeter Hjalmarsson2013-03-031-7/+4
* Make copy_binaries compatible with lddtree from pax-utils-0.6Peter Hjalmarsson2013-02-091-1/+10
* Make missing ZFS config file failures into warnings, bug #438200v3.4.45Richard Yao2012-11-051-1/+1
* Bug #286187: Complete multipath support.Robin H. Johnson2012-10-131-1/+4
* Bug #414581: ensure built-in initramfs compress config options are set to avo...Robin H. Johnson2012-10-131-0/+18
* Record the version of Genkernel used to build a given initramfs.Robin H. Johnson2012-10-131-0/+1
* Use actual kernel config for check of available compression methods (bug #436...Sebastian Pipping2012-10-031-3/+11
* Make e2fsprogs optional (and off by default)Rick Farina2012-09-301-2/+2
* Append e2fsck and mke2fs to initramfsSebastian Pipping2012-09-241-0/+18
* 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