From a2fb3509fc14d1ce2689878b6e63756a39531dc5 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Mon, 2 Jun 2014 14:39:55 +0200 Subject: [PATCH] Enhance suse.conf example with SUSE-specific settings SUSE is using specific settings for dracut, so add them to the suse.conf.example file. Signed-off-by: Thomas Renninger --- dracut.conf.d/suse.conf.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dracut.conf.d/suse.conf.example b/dracut.conf.d/suse.conf.example index 1e7f80e..818b59f 100644 --- a/dracut.conf.d/suse.conf.example +++ b/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" -- 1.8.4.5