From 27eeceb1715348e91b2f9084e6c2d9c1b2a856f7 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Nov 05 2020 11:27:47 +0000 Subject: Do not use squashfs_only until we add support for it into pungi-buildinstall. Signed-off-by: Jan Kaluza --- diff --git a/shared/buildinstall.conf b/shared/buildinstall.conf index 84a840d..6040cb8 100644 --- a/shared/buildinstall.conf +++ b/shared/buildinstall.conf @@ -4,7 +4,8 @@ lorax_options = [ ("^.*$", { "*": { "noupgrade": False, - "squashfs_only": True +# Comment out until the pungi-buildinstall Koji plugin supports this option. +# "squashfs_only": True } }) ]