From 1205e45fd4e37e2cf890c4ab718db79efb68b23b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 9 Sep 2020 16:43:29 -0400 Subject: [PATCH] Revert "Specify the squashfs-only in the lorax_options" Extension to https://pagure.io/pungi-fedora/c/823feae10e1d391412565fb81cd82002af69bf17?branch=master This reverts commit 41e3e364abf924acffae8b55b0c20efc6b060fb4. Signed-off-by: Mohan Boddu --- fedora.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fedora.conf b/fedora.conf index 6089806..03b31a5 100644 --- a/fedora.conf +++ b/fedora.conf @@ -105,13 +105,11 @@ buildinstall_skip = [ lorax_options = [ ('^.*$', { 'x86_64': { - 'nomacboot': False, - 'squashfs_only': True + 'nomacboot': False }, '*': { 'noupgrade': True, - 'rootfs_size': 3, - 'squashfs_only': True + 'rootfs_size': 3 } }) ]