From 823feae10e1d391412565fb81cd82002af69bf17 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 09 2020 01:34:24 +0000 Subject: Revert "Specify the configuration_file in lorax_options" This is one off thing we wanted to try, now reverting the change This reverts commit 20100fa54487ad116d7794430d09081c79de04c2. Signed-off-by: Mohan Boddu --- diff --git a/fedora.conf b/fedora.conf index 6df31a5..6089806 100644 --- a/fedora.conf +++ b/fedora.conf @@ -106,14 +106,12 @@ lorax_options = [ ('^.*$', { 'x86_64': { 'nomacboot': False, - 'squashfs_only': True, - 'configuration_file': 'lorax.conf' + 'squashfs_only': True }, '*': { 'noupgrade': True, 'rootfs_size': 3, - 'squashfs_only': True, - 'configuration_file': 'lorax.conf' + 'squashfs_only': True } }) ] diff --git a/lorax.conf b/lorax.conf deleted file mode 100644 index 8cab841..0000000 --- a/lorax.conf +++ /dev/null @@ -1,3 +0,0 @@ -[compression] -bcj = no -args = -b 1M -Xdict-size 1M -no-recovery