]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci(suse.conf.example): update SUSE-specific config
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 26 Sep 2022 07:00:36 +0000 (09:00 +0200)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 24 Oct 2022 12:47:56 +0000 (08:47 -0400)
dracut.conf.d/suse.conf.example

index f17254e684129c469bdb1dd18d1693566c071d7b..b9b0c372c417ffc49f056f622c315b4ecc4cfa87 100644 (file)
@@ -3,22 +3,12 @@
 # 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/mkinitrd got called comment out below setting(s).
+# on the one dracut got called comment out below setting(s).
 hostonly="yes"
 hostonly_cmdline="yes"
 
-compress="zstd"
+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 "
 
-# Below adds additional tools to the initrd which are not urgently necessary to
-# bring up the system, but help to debug problems.
-# See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools
-# are installed and add more if you need them. This specifically helps if you
-# use:
-# rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount|
-# mount|pre-pivot|cleanup]
-# boot parameter or if you are forced to enter the dracut emergency shell.
-
-# add_dracutmodules+=debug