From 2825bf167d9bce3c0ea5e54be1f745525637c6d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 Mar 2020 22:31:03 +0100 Subject: switch from xz to zstd compression --- images/NEWS | 2 ++ images/dracut.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/NEWS b/images/NEWS index f59f3991b..785ba12c7 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- switch from xz to zstd compression (faster decompression) + Version 2.69 - 22 December 2019 by Thomas Backlund - sync with kernel 5.4 diff --git a/images/dracut.conf b/images/dracut.conf index 61b2e5636..1121c28d6 100644 --- a/images/dracut.conf +++ b/images/dracut.conf @@ -1,4 +1,4 @@ hostonly=no nofscks=yes omit_dracutmodules+=" dash modsign systemd plymouth btrfs crypt lvm cifs resume rootfs-block biosdevname usrmount shutdown " -compress=xz +compress=zstd -14 -- cgit v1.2.1