coreos/base/package.use: squashfs-tools: enable all compression formats

This change enables USE flags for all supported compression formats.
zstd specifically is required to build zstd sysexts.
This commit is contained in:
Thilo Fromm 2023-10-20 17:54:21 +02:00
parent c2d1c13abd
commit 37cc05ce11

View File

@ -44,8 +44,8 @@ sys-boot/grub -multislot -nls -themes -fonts
# disable "high performance ssh" patch, turn on kerberos # disable "high performance ssh" patch, turn on kerberos
net-misc/openssh -hpn kerberos net-misc/openssh -hpn kerberos
# xz and lzo are required to run grub tests # xz and lzo are required to run grub tests, zstd is the default for sysexts
sys-fs/squashfs-tools lzo xz sys-fs/squashfs-tools xz lz4 lzma lzo zstd
# make the kernel version discoverable via the traditional gentoo symlink # make the kernel version discoverable via the traditional gentoo symlink
sys-kernel/coreos-sources symlink sys-kernel/coreos-sources symlink