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
-# 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 "