From 6c11981de635bf9b0b7d317ebf7f813e6e6729f3 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 12 May 2014 14:59:37 +0000 Subject: [PATCH] - s/pld/tld, added options descriptions --- dracut.spec | 4 ++-- pld.conf => tld.conf | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) rename pld.conf => tld.conf (75%) diff --git a/dracut.spec b/dracut.spec index 55549f5..5ae0337 100644 --- a/dracut.spec +++ b/dracut.spec @@ -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 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 " -- 2.37.3