From f604948b13ec22972dec0db29464904bd81abe1e Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Sep 22 2016 12:39:59 +0000 Subject: Clean up config for Atomic Signed-off-by: Lubomír Sedlář --- diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 8ada6e0..8a0f920 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -56,20 +56,6 @@ media_checksum_one_file = True media_checksum_base_filename = 'Fedora-%(variant)s-%(version)s-%(date)s.%(respin)s-%(arch)s' #jigdo create_jigdo = False -# BUILDINSTALL -buildinstall_method = 'lorax' -# Enables macboot on x86_64 for all variants and disables upgrade image building -# # everywhere. -lorax_options = [ - ('^.*$', { - 'x86_64': { - 'nomacboot': False - } - '*': { - 'noupgrade': True - } - }) -] #extra_packages = [ # '/mnt/packages/foo*', #]