X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=blobdiff_plain;f=tld.conf;fp=pld.conf;h=516799f999559da37c80951a55077fc5aa190a4b;hp=b940a9c37e0239819ba0a3fe3f65e1f0bd004c74;hb=6c11981de635bf9b0b7d317ebf7f813e6e6729f3;hpb=b264e7996fa5021706ce40d68001c846b8b550a5 diff --git a/pld.conf b/tld.conf similarity index 75% rename from pld.conf rename to tld.conf index b940a9c..516799f 100644 --- a/pld.conf +++ b/tld.conf @@ -1,14 +1,21 @@ -# Dracut config file customized for PLD. - -# i18n +# i18n variable mappings i18n_vars="/etc/sysconfig/console:KEYTABLE-KEYMAP,CONSOLEFONT-FONT,CONSOLEMAP-FONT_MAP,CONSOLESCREENFONTMAP-FONT_UNIMAP" + +# additional files to include in initramfs install_items+=" vi /etc/vim/vimrc ps grep cat rm open " + +# enable autoassembly of raid, lvm and crypto devices +kernel_cmdline="rd.auto=1" + +# log level stdloglvl=3 + +# systemd options systemdutildir=/lib/systemd systemdsystemunitdir=/lib/systemd/system udevdir=/lib/udev -kernel_cmdline="rd.auto=1" #add_dracutmodules+=" systemd systemd-bootchart " + # for systemd these modules do not make sense #omit_dracutmodules+=" bootchart securityfs masterkey integrity selinux "