ci(suse.conf.example): change default compression option for SUSE

Due to an internal company decision, SUSE aims to change the default compression
method of the initramfs image to zstd.
master
Antonio Alvarez Feijoo 2021-09-10 12:47:40 +02:00 committed by Jóhann B. Guðmundsson
parent acfd97a943
commit 768dd59ef0
1 changed files with 1 additions and 1 deletions

View 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 "