24 lines
949 B
Diff
24 lines
949 B
Diff
|
dracut: Enhance suse.conf.example SUSE dist specific dracut configuration file
|
||
|
|
||
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||
|
|
||
|
Index: dracut-037/dracut.conf.d/suse.conf.example
|
||
|
===================================================================
|
||
|
--- dracut-037.orig/dracut.conf.d/suse.conf.example
|
||
|
+++ dracut-037/dracut.conf.d/suse.conf.example
|
||
|
@@ -1,3 +1,14 @@
|
||
|
+# SUSE specifc dracut settings
|
||
|
+#
|
||
|
+# SUSE by default always builds a 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/mkinitrd got called comment out below setting(s).
|
||
|
+hostonly="yes"
|
||
|
+hostonly_cmdline="yes"
|
||
|
+
|
||
|
+compress="pixz -6"
|
||
|
+
|
||
|
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"
|
||
|
|