]> TLD Linux GIT Repositories - packages/dracut.git/commitdiff
- s/pld/tld, added options descriptions
authorMarcin Krol <hawk@tld-linux.org>
Mon, 12 May 2014 14:59:37 +0000 (14:59 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 12 May 2014 14:59:37 +0000 (14:59 +0000)
dracut.spec
tld.conf [moved from pld.conf with 75% similarity]

index 55549f504401087876581de13a8a275271b0e1b1..5ae0337b9488b58191935285c3133c65134afede 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujÄ…cy udev
 Name:          dracut
 Version:       037
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Base
 Source0:       https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
 # Source0-md5: 866982a7ab49e3e4442fe966eeff4111
-Source1:       pld.conf
+Source1:       tld.conf
 Patch1:                plymouth-libexec.patch
 Patch2:                os-release.patch
 Patch3:                plymouth-logo.patch
similarity index 75%
rename from pld.conf
rename to tld.conf
index b940a9c37e0239819ba0a3fe3f65e1f0bd004c74..516799f999559da37c80951a55077fc5aa190a4b 100644 (file)
--- 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 "