From b0038b47799af5fa286fd8c744be2b6f07601a00 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Jan 2022 18:20:55 +0100 Subject: Fix warning & use the intended compression level "dracut.conf: line 4: -14: command not found" --- images/NEWS | 1 + images/dracut.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.1