]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci(suse.conf.example): change default compression option for SUSE
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 10 Sep 2021 10:47:40 +0000 (12:47 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 11 Sep 2021 06:44:40 +0000 (06:44 +0000)
Due to an internal company decision, SUSE aims to change the default compression
method of the initramfs image to zstd.

dracut.conf.d/suse.conf.example

index 06573d59306a35eb512b2f381ac5131598aface2..f17254e684129c469bdb1dd18d1693566c071d7b 100644 (file)
@@ -7,7 +7,7 @@
 hostonly="yes"
 hostonly_cmdline="yes"
 
-compress="xz -0 --check=crc32 --memlimit-compress=50%"
+compress="zstd"
 
 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 "