]> TLD Linux GIT Repositories - packages/dracut.git/blobdiff - tld.conf
- s/pld/tld, added options descriptions
[packages/dracut.git] / tld.conf
diff --git a/tld.conf b/tld.conf
new file mode 100644 (file)
index 0000000..516799f
--- /dev/null
+++ b/tld.conf
@@ -0,0 +1,21 @@
+# 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
+
+#add_dracutmodules+=" systemd systemd-bootchart "
+
+# for systemd these modules do not make sense
+#omit_dracutmodules+=" bootchart securityfs masterkey integrity selinux "