From 459cdb4ec5eb2a61960b00520a8a56c23d5e9e70 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 25 2020 15:23:43 +0000 Subject: Revert "Specify the squashfs-only in the lorax_options" This reverts commit 4c5ce9fb5d76763fd81cf141ed7f479c3c86cc61. This is a one time thing to test it out. We will add it back once the change is approved Signed-off-by: Mohan Boddu --- diff --git a/fedora.conf b/fedora.conf index 9a9b57e..7183429 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 } }) ]