summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* genkernel.conf: Add missing XFSPROGS optionsv4.0.0-beta.1Thomas Deutschmann2019-07-141-0/+3
* initrd.scripts: start_volumes(): Move bcache initialation below LVM but befor...Thomas Deutschmann2019-07-141-21/+21
* Dropbear: Move --ssh-authorized-keys validation to determine_real_args() func...Thomas Deutschmann2019-07-142-11/+20
* genkernel: Add empty line before warning regarding the need of rootfstype par...Thomas Deutschmann2019-07-141-0/+1
* genkernel.conf: Remove deprecated ARCH_OVERRIDE optionThomas Deutschmann2019-07-141-3/+0
* manpage: Add Gentoo developer "whissi" as authorThomas Deutschmann2019-07-141-0/+1
* Add bcache supportThomas Deutschmann2019-07-1425-18/+66
* Add --strace supportThomas Deutschmann2019-07-145-0/+58
* Add --xfsprogs supportThomas Deutschmann2019-07-148-0/+197
* gen_compile.sh: Remove no longer used functionsThomas Deutschmann2019-07-141-243/+0
* gen_initramfs.sh: Remove dead codeThomas Deutschmann2019-07-141-34/+0
* gen_initramfs.sh: Add copy_system_binaries() functionThomas Deutschmann2019-07-141-1/+109
* gen_initramfs.sh: Refactor create_initramfs()Thomas Deutschmann2019-07-141-88/+109
* gen_initramfs.sh: Refactor append_zfs()Thomas Deutschmann2019-07-142-17/+28
* Rework --btrfs supportThomas Deutschmann2019-07-147-9/+128
* gen_initramfs.sh: Refactor append_splashThomas Deutschmann2019-07-141-27/+41
* gen_initramfs.sh: Refactor append_overlay()Thomas Deutschmann2019-07-141-3/+4
* Rework --multipath supportThomas Deutschmann2019-07-1411-36/+407
* gen_initramfs.sh: Refactor append_modules()Thomas Deutschmann2019-07-141-29/+37
* gen_initramfs.sh: Refactor append_modprobed()Thomas Deutschmann2019-07-141-8/+10
* Rework --luks supportThomas Deutschmann2019-07-1411-21/+525
* Rework --mdadm supportThomas Deutschmann2019-07-144-81/+73
* gen_initramfs.sh: Refactor append_linker()Thomas Deutschmann2019-07-141-21/+34
* gen_initramfs.sh: Refactor append_libgcc_s()Thomas Deutschmann2019-07-141-11/+8
* gen_initramfs.sh: Refactor append_firmware()Thomas Deutschmann2019-07-141-13/+21
* Rework --dmraid supportThomas Deutschmann2019-07-1411-154/+120
* gen_initramfs.sh: Refactor append_devices()Thomas Deutschmann2019-07-141-9/+17
* gen_initramfs.sh: Refactor log_future_cpio_content()Thomas Deutschmann2019-07-141-6/+4
* gen_initramfs.sh: Refactor append_data()Thomas Deutschmann2019-07-141-2/+2
* Rework --lvm supportThomas Deutschmann2019-07-1427-378/+252
* Rework --ssh supportThomas Deutschmann2019-07-1415-182/+1101
* Add genkernel worker module "dropbear"Thomas Deutschmann2019-07-142-0/+164
* Rework --iscsi supportThomas Deutschmann2019-07-149-126/+39
* Rework --e2fsprogs supportThomas Deutschmann2019-07-145-11/+86
* Rework --disklabel supportThomas Deutschmann2019-07-143-12/+64
* Rework --unionfs supportThomas Deutschmann2019-07-146-89/+84
* Rework --gpg supportThomas Deutschmann2019-07-144-64/+85
* Rework --busybox supportThomas Deutschmann2019-07-1415-124/+307
* linuxrc: Try to regenerate /etc/ld.so.cache when needed & possibleThomas Deutschmann2019-07-141-0/+6
* gen_initramfs.sh: Refactor append_base_layout()Thomas Deutschmann2019-07-142-38/+100
* gen_initramfs.sh: Refactor append_auxilary()Thomas Deutschmann2019-07-142-47/+89
* gen_initramfs.sh: Refactor copy_binaries()Thomas Deutschmann2019-07-141-19/+30
* gen_funcs.sh: Refactor trap_cleanup()Thomas Deutschmann2019-07-141-0/+11
* gen_funcs.sh: Refactor check_distfiles()Thomas Deutschmann2019-07-141-14/+17
* gen_determineargs.sh: determine_real_args(): Refactor var initializationThomas Deutschmann2019-07-141-14/+19
* Add genkernel worker module "unpack"Thomas Deutschmann2019-07-143-0/+80
* Add genkernel worker module "gkbuild"Thomas Deutschmann2019-07-145-0/+1119
* Add code for genkernel workerThomas Deutschmann2019-07-143-0/+150
* genkernel: Call determine_real_args() earlierThomas Deutschmann2019-07-141-5/+2
* Rework cross-compile supportThomas Deutschmann2019-07-148-96/+348