Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genkernel.conf: Add missing XFSPROGS optionsv4.0.0-beta.1 | Thomas Deutschmann | 2019-07-14 | 1 | -0/+3 |
* | initrd.scripts: start_volumes(): Move bcache initialation below LVM but befor... | Thomas Deutschmann | 2019-07-14 | 1 | -21/+21 |
* | Dropbear: Move --ssh-authorized-keys validation to determine_real_args() func... | Thomas Deutschmann | 2019-07-14 | 2 | -11/+20 |
* | genkernel: Add empty line before warning regarding the need of rootfstype par... | Thomas Deutschmann | 2019-07-14 | 1 | -0/+1 |
* | genkernel.conf: Remove deprecated ARCH_OVERRIDE option | Thomas Deutschmann | 2019-07-14 | 1 | -3/+0 |
* | manpage: Add Gentoo developer "whissi" as author | Thomas Deutschmann | 2019-07-14 | 1 | -0/+1 |
* | Add bcache support | Thomas Deutschmann | 2019-07-14 | 25 | -18/+66 |
* | Add --strace support | Thomas Deutschmann | 2019-07-14 | 5 | -0/+58 |
* | Add --xfsprogs support | Thomas Deutschmann | 2019-07-14 | 8 | -0/+197 |
* | gen_compile.sh: Remove no longer used functions | Thomas Deutschmann | 2019-07-14 | 1 | -243/+0 |
* | gen_initramfs.sh: Remove dead code | Thomas Deutschmann | 2019-07-14 | 1 | -34/+0 |
* | gen_initramfs.sh: Add copy_system_binaries() function | Thomas Deutschmann | 2019-07-14 | 1 | -1/+109 |
* | gen_initramfs.sh: Refactor create_initramfs() | Thomas Deutschmann | 2019-07-14 | 1 | -88/+109 |
* | gen_initramfs.sh: Refactor append_zfs() | Thomas Deutschmann | 2019-07-14 | 2 | -17/+28 |
* | Rework --btrfs support | Thomas Deutschmann | 2019-07-14 | 7 | -9/+128 |
* | gen_initramfs.sh: Refactor append_splash | Thomas Deutschmann | 2019-07-14 | 1 | -27/+41 |
* | gen_initramfs.sh: Refactor append_overlay() | Thomas Deutschmann | 2019-07-14 | 1 | -3/+4 |
* | Rework --multipath support | Thomas Deutschmann | 2019-07-14 | 11 | -36/+407 |
* | gen_initramfs.sh: Refactor append_modules() | Thomas Deutschmann | 2019-07-14 | 1 | -29/+37 |
* | gen_initramfs.sh: Refactor append_modprobed() | Thomas Deutschmann | 2019-07-14 | 1 | -8/+10 |
* | Rework --luks support | Thomas Deutschmann | 2019-07-14 | 11 | -21/+525 |
* | Rework --mdadm support | Thomas Deutschmann | 2019-07-14 | 4 | -81/+73 |
* | gen_initramfs.sh: Refactor append_linker() | Thomas Deutschmann | 2019-07-14 | 1 | -21/+34 |
* | gen_initramfs.sh: Refactor append_libgcc_s() | Thomas Deutschmann | 2019-07-14 | 1 | -11/+8 |
* | gen_initramfs.sh: Refactor append_firmware() | Thomas Deutschmann | 2019-07-14 | 1 | -13/+21 |
* | Rework --dmraid support | Thomas Deutschmann | 2019-07-14 | 11 | -154/+120 |
* | gen_initramfs.sh: Refactor append_devices() | Thomas Deutschmann | 2019-07-14 | 1 | -9/+17 |
* | gen_initramfs.sh: Refactor log_future_cpio_content() | Thomas Deutschmann | 2019-07-14 | 1 | -6/+4 |
* | gen_initramfs.sh: Refactor append_data() | Thomas Deutschmann | 2019-07-14 | 1 | -2/+2 |
* | Rework --lvm support | Thomas Deutschmann | 2019-07-14 | 27 | -378/+252 |
* | Rework --ssh support | Thomas Deutschmann | 2019-07-14 | 15 | -182/+1101 |
* | Add genkernel worker module "dropbear" | Thomas Deutschmann | 2019-07-14 | 2 | -0/+164 |
* | Rework --iscsi support | Thomas Deutschmann | 2019-07-14 | 9 | -126/+39 |
* | Rework --e2fsprogs support | Thomas Deutschmann | 2019-07-14 | 5 | -11/+86 |
* | Rework --disklabel support | Thomas Deutschmann | 2019-07-14 | 3 | -12/+64 |
* | Rework --unionfs support | Thomas Deutschmann | 2019-07-14 | 6 | -89/+84 |
* | Rework --gpg support | Thomas Deutschmann | 2019-07-14 | 4 | -64/+85 |
* | Rework --busybox support | Thomas Deutschmann | 2019-07-14 | 15 | -124/+307 |
* | linuxrc: Try to regenerate /etc/ld.so.cache when needed & possible | Thomas Deutschmann | 2019-07-14 | 1 | -0/+6 |
* | gen_initramfs.sh: Refactor append_base_layout() | Thomas Deutschmann | 2019-07-14 | 2 | -38/+100 |
* | gen_initramfs.sh: Refactor append_auxilary() | Thomas Deutschmann | 2019-07-14 | 2 | -47/+89 |
* | gen_initramfs.sh: Refactor copy_binaries() | Thomas Deutschmann | 2019-07-14 | 1 | -19/+30 |
* | gen_funcs.sh: Refactor trap_cleanup() | Thomas Deutschmann | 2019-07-14 | 1 | -0/+11 |
* | gen_funcs.sh: Refactor check_distfiles() | Thomas Deutschmann | 2019-07-14 | 1 | -14/+17 |
* | gen_determineargs.sh: determine_real_args(): Refactor var initialization | Thomas Deutschmann | 2019-07-14 | 1 | -14/+19 |
* | Add genkernel worker module "unpack" | Thomas Deutschmann | 2019-07-14 | 3 | -0/+80 |
* | Add genkernel worker module "gkbuild" | Thomas Deutschmann | 2019-07-14 | 5 | -0/+1119 |
* | Add code for genkernel worker | Thomas Deutschmann | 2019-07-14 | 3 | -0/+150 |
* | genkernel: Call determine_real_args() earlier | Thomas Deutschmann | 2019-07-14 | 1 | -5/+2 |
* | Rework cross-compile support | Thomas Deutschmann | 2019-07-14 | 8 | -96/+348 |