From f6fdcdc1ab9421f2b63b9a74818d51f4b8ea231d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sep 22 2016 12:39:50 +0000 Subject: make config validate Signed-off-by: Dennis Gilmore --- diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 4c3b3d7..96a9fb4 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -74,22 +74,6 @@ media_checksum_base_filename = 'Fedora-%(variant)s-%(version)s-%(date)s.%(respin #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*', #]