]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix a missing space in example configs
authorDaniel Molkentin <dmolkentin@suse.com>
Sun, 20 Jan 2019 20:56:05 +0000 (21:56 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 21 Jan 2019 12:35:04 +0000 (13:35 +0100)
It has

omit_drivers+=" i2o_scsi"

which would break the next omit_drivers+="foo " if it's
missing a space at the beginning.

Reference: boo#1121251

dracut.conf.d/gentoo.conf.example
dracut.conf.d/suse.conf.example

index 26e731471e169741e4b42f650eb539c68c1dd572..df102e003fd05074bf78d980acd66da17e5c86fc 100644 (file)
@@ -12,4 +12,4 @@ ro_mnt=yes
 i18n_vars="/etc/conf.d/keymaps:keymap-KEYMAP,extended_keymaps-EXT_KEYMAPS /etc/conf.d/consolefont:consolefont-FONT,consoletranslation-FONT_MAP /etc/rc.conf:unicode-UNICODE"
 i18n_default_font="LatArCyrHeb-16"
 
-omit_drivers+=" i2o_scsi"
+omit_drivers+=" i2o_scsi "
index b5d962db74b4bfb1fef794912b43dff846158804..06573d59306a35eb512b2f381ac5131598aface2 100644 (file)
@@ -10,7 +10,7 @@ hostonly_cmdline="yes"
 compress="xz -0 --check=crc32 --memlimit-compress=50%"
 
 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"
+omit_drivers+=" i2o_scsi "
 
 # Below adds additional tools to the initrd which are not urgently necessary to
 # bring up the system, but help to debug problems.