summaryrefslogtreecommitdiffstats
path: root/dracut.conf.d/suse.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'dracut.conf.d/suse.conf.example')
-rw-r--r--dracut.conf.d/suse.conf.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/dracut.conf.d/suse.conf.example b/dracut.conf.d/suse.conf.example
new file mode 100644
index 0000000..b9b0c37
--- /dev/null
+++ b/dracut.conf.d/suse.conf.example
@@ -0,0 +1,14 @@
+# SUSE specific dracut settings
+#
+# SUSE by default always builds as small as possible initrd for performance
+# and resource reasons.
+# If you like to build a generic initrd which works on other platforms than
+# on the one dracut got called comment out below setting(s).
+hostonly="yes"
+hostonly_cmdline="yes"
+
+compress="zstd -3 -T0 -q"
+
+i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL /etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP /etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
+omit_drivers+=" i2o_scsi "
+