summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS1
-rw-r--r--images/dracut.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 501b31042..5719686ef 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,4 @@
+- Fix warning & use the intended compression level
- sync with kernel 5.15
Version 2.83 - 27 February 2021 by Thomas Backlund
diff --git a/images/dracut.conf b/images/dracut.conf
index 1121c28d6..88efd9a14 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=zstd -14
+compress="zstd -14"