aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen_configkernel.sh: config_kernel(): Ensure kernel supports TMPFSThomas Deutschmann2020-08-281-0/+5
* --luks: Add support for Serpent cipherThomas Deutschmann2020-08-211-0/+14
* gen_configkernel.sh: config_kernel(): Set CONFIG_CRYPTO_AES_586 only for X86Thomas Deutschmann2020-08-211-5/+5
* gen_configkernel.sh: set_initramfs_compression_method(): Ensure that set comp...Thomas Deutschmann2020-08-011-1/+15
* Unify 'confgrep' handling via new get_grep_cmd_for_file() functionThomas Deutschmann2020-08-011-8/+2
* gen_configkernel.sh: config_kernel(): Ensure that CONFIG_INITRAMFS_SOURCE is ...Thomas Deutschmann2020-07-161-10/+10
* gen_configkernel.sh: config_kernel(): Re-order config checksThomas Deutschmann2020-07-161-24/+23
* gen_configkernel.sh: set_initramfs_compression_method() refactoredThomas Deutschmann2020-07-161-40/+88
* gen_configkernel.sh: config_kernel(): Don't set CONFIG_CRYPTO_AES_{X86_64,586...Thomas Deutschmann2020-07-161-2/+9
* Make kernel config filename customizableThomas Deutschmann2020-03-041-1/+1
* gen_configkernel.sh: config_kernel(): Make sure kernel supports initramfsThomas Deutschmann2020-01-121-0/+6
* gen_configkernel.sh: config_kernel(): Make sure kernel supports set initramfs...Thomas Deutschmann2020-01-121-0/+3
* gen_initramfs.sh: create_initramfs(): Outsource compression method handling i...Thomas Deutschmann2020-01-121-0/+67
* Style fix: Use curly bracesThomas Deutschmann2020-01-111-4/+4
* gen_configkernel.sh: config_kernel(): Make sure that CONFIG_INITRAMFS_SOURCE ...Thomas Deutschmann2019-12-291-0/+12
* gen_configkernel.sh: config_kernel(): Add virtiofs supportThomas Deutschmann2019-11-261-0/+12
* gen_configkernel.sh: config_kernel(): Ensure that required kernel options for...Thomas Deutschmann2019-11-241-0/+23
* kernel-generic-config: Disable Virtio by default, use --virtioThomas Deutschmann2019-11-241-0/+3
* gen_configkernel.sh: determine_kernel_config_file(): clarify $KERNEL_CONFIG e...Thomas Deutschmann2019-11-211-4/+16
* gen_configkernel.sh: determine_kernel_config_file(): Don't check same config ...Thomas Deutschmann2019-11-191-1/+7
* gen_configkernel.sh: config_kernel(): Show change of used kernel config alrea...Thomas Deutschmann2019-11-191-3/+3
* gen_configkernel.sh: config_kernel(): Use global KV_NUMERIC variableThomas Deutschmann2019-09-291-11/+11
* gen_configkernel.sh: config_kernel(): Update --microcode kernel options handlingThomas Deutschmann2019-09-291-9/+30
* gen_configkernel.sh: determine_kernel_config_file(): Add kconfig containing K...Thomas Deutschmann2019-08-101-6/+30
* Change kernel and initramfs default filename in $BOOTDIRThomas Deutschmann2019-07-291-1/+1
* Make initramfs and kernel filename customizableThomas Deutschmann2019-07-291-1/+1
* Make use of new is_gzipped() functionThomas Deutschmann2019-07-261-1/+1
* gen_configkernel.sh: Refactor kernel config handling in config_kernel()Thomas Deutschmann2019-07-231-15/+29
* Add --kernel-localversion optionThomas Deutschmann2019-07-211-0/+19
* gen_configkernel.sh: config_kernel(): Ensure that CONFIG_TTY & CONFIG_UNIX98_...Thomas Deutschmann2019-07-161-0/+11
* gen_configkernel.sh: config_kernel(): Fix code styleThomas Deutschmann2019-07-161-16/+16
* gen_configkernel.sh: config_kernel(): No need to re-check required kernel opt...Thomas Deutschmann2019-07-161-13/+13
* gen_configkernel.sh: config_kernel(): Don't check kernelruntask's return valu...Thomas Deutschmann2019-07-151-1/+0
* Add bcache supportThomas Deutschmann2019-07-141-0/+9
* Rework --luks supportThomas Deutschmann2019-07-141-0/+65
* gen_configkernel.sh: Refactor config_kernel()Thomas Deutschmann2019-07-141-155/+160
* gen_configkernel.sh: config_kernel(): Make use of KCONFIG_MODIFIED_MARKERThomas Deutschmann2019-07-141-2/+2
* gen_configkernel.sh: Refactor determine_config_file()Thomas Deutschmann2019-07-141-3/+4
* Normalize "..." outputThomas Deutschmann2019-07-141-21/+21
* Replace backticksThomas Deutschmann2019-07-141-1/+1
* config_kernel(): Clarify output regarding skipped 'make clean'Thomas Deutschmann2019-07-141-1/+1
* Add special value "default" for --kernel-config parameterThomas Deutschmann2019-03-291-11/+27
* determine_config_file(): add support for file path (tilde) expansionThomas Deutschmann2019-03-291-24/+43
* config_kernel(): Force --static and --no-ramdisk-modulesThomas Deutschmann2019-03-291-0/+15
* config_kernel(): fix commentThomas Deutschmann2019-03-281-1/+1
* config_kernel(): No need to call determine_config_file againThomas Deutschmann2019-03-281-1/+0
* determine_config_file(): add some verbose outputThomas Deutschmann2019-03-281-6/+14
* config_kernel(): add sanity check for required optionsThomas Deutschmann2019-03-261-18/+51
* config_kernel(): run def/oldconfig when we have modified .configThomas Deutschmann2019-03-261-0/+16
* config_kernel(): rewrite --microcode handlingThomas Deutschmann2019-03-261-6/+13