summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen_initramfs: fix little-endian problem with hostidJason Miller2016-06-231-1/+13
* clean up extended echo usageMike Frysinger2016-06-221-2/+2
* gen_initramfs: drop usage of mknod, so we can almost run without root!Robin H. Johnson2016-02-071-22/+39
* Use KERNEL_OUTPUTDIR more consistently.Robin H. Johnson2016-02-061-4/+4
* initramfs: lz4 compressionAustin S. Hemmelgarn2016-01-231-2/+9
* lvm: ensure /etc/lvm/cache exists for extra vgscan call.Robin H. Johnson2016-01-051-0/+1
* multipath: find the needed binaries and fail visiblyRobin H. Johnson2016-01-051-2/+2
* lvm: be more robust in build & initRobin H. Johnson2016-01-051-1/+12
* lvm should not be movedRick Farina (Zero_Chaos)2016-01-051-3/+4
* minor whitespace fixesRick Farina (Zero_Chaos)2015-08-311-3/+3
* Implement partial mdev support for by-idRichard Yao2015-08-251-0/+4
* Support multi-device Btrfs filesystemsNiklas Haas2015-08-191-0/+21
* Support compressed modules: both XZ & GZIP.Robin H. Johnson2015-08-171-4/+5
* Remove mpath_prio_* and devmap_name from cp command, bug #468760Ian Stakenvicius2015-07-311-1/+1
* Added --wrap-initrd optionChristoph Junghans2015-01-181-0/+10
* Bug #468760: mpath_prio_* tools needed sometimes. Patch by Ian Stakenvicius <...Robin H. Johnson2014-07-151-0/+7
* Whitepace.Jorge Manuel B. S. Vicetto (jmbsvicetto)2014-06-221-2/+2
* 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
|\