Skip to content

Commit

Permalink
Make plymouth optional, add no-hostonly-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
aaannz committed Jul 21, 2023
1 parent 301172a commit 540b51f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dracut.conf.d/iguana.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ hostonly_cmdline="no"
compress="zstd -3 -T0 -q"
reproducible="yes"
machineid="no"
i18n_install_all="yes"

dracutmodules+=" systemd systemd-initrd dbus-daemon dbus network-manager network kernel-modules kernel-modules-extra kernel-network-modules plymouth terminfo dracut-systemd base suse suse-initrd iguana "
dracutmodules+=" systemd systemd-initrd dbus-daemon network network-manager kernel-modules kernel-modules-extra kernel-network-modules terminfo dracut-systemd base suse suse-initrd iguana "

# Make plymouth branding inclusion optional on installed packages
rpm -q plymouth-dracut 2>&1 >/dev/null && dracutmodules+=" plymouth "

0 comments on commit 540b51f

Please sign in to comment.