From c648436ac3011dcae59f144691deb6d0842e2c39 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 22 Nov 2024 10:26:23 +0100 Subject: fix dracut --compress call --- automatic-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic-build b/automatic-build index 705b219..e479dce 100755 --- a/automatic-build +++ b/automatic-build @@ -441,7 +441,7 @@ fi if [ -n "$compress" ]; then echo "Using compression for initrd: $compress" - compress="--compress $compress" + compress="--compress=$compress" else echo "Will not compress initrd. Either not supported by kernel, or compression tool missing." compress="--no-compress" -- cgit v1.2.3-55-g7522