From 400334777cf80e1ee0117fb10c1aa713e9f3fcec Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 4 Jan 2022 16:24:31 +0100 Subject: [PATCH] use zsdt for arm initramfs --- etc/archboot/aarch64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index c23736366..c5276e1aa 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -25,6 +25,7 @@ archboot_usb_modeswitch archboot_secure_boot_arm archboot_efivar archboot_lshw) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression # is used. Use 'cat' to create an uncompressed image. +COMPRESSION="zstd" #COMPRESSION="gzip" #COMPRESSION="bzip2" #COMPRESSION="lzma"