Skip to content

Commit 768dd59

Browse files
aafeijoo-susejohannbg
authored andcommitted
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.
1 parent acfd97a commit 768dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dracut.conf.d/suse.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
hostonly="yes"
88
hostonly_cmdline="yes"
99

10-
compress="xz -0 --check=crc32 --memlimit-compress=50%"
10+
compress="zstd"
1111

1212
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"
1313
omit_drivers+=" i2o_scsi "

0 commit comments

Comments
 (0)