diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | images/dracut.conf | 2 |
2 files changed, 3 insertions, 1 deletions
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 |