From 2f4a2b592fb98aab1a0e4f3135d4592219b7c25c Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Tue, 16 Feb 2021 23:34:00 -0300 Subject: Switch to zstd by default Since all the Arch kernels now support zstd, switch to it by default --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index c7e1ed5..f898423 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,13 +9,13 @@ groups=('base') conflicts=('mkinitcpio') provides=("mkinitcpio=$pkgver" "initramfs") depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils' - 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd' 'gzip') + 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd' 'zstd') makedepends=('asciidoc' 'git' 'sed') -optdepends=('xz: Use lzma or xz compression for the initramfs image' +optdepends=('gzip: Use gzip compression for the initramfs image' + 'xz: Use lzma or xz compression for the initramfs image' 'bzip2: Use bzip2 compression for the initramfs image' 'lzop: Use lzo compression for the initramfs image' 'lz4: Use lz4 compression for the initramfs image' - 'zstd: Use zstd compression for the initramfs image' 'mkinitcpio-nfs-utils: Support for root filesystem on NFS') backup=(etc/mkinitcpio.conf) -- cgit v1.2.3-24-g4f1b