From 153a10f55878be311c32dff34de76a5a5c65fafb Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 30 Aug 2023 13:21:29 -0700 Subject: [PATCH] disable bootstrap images --- templates/site-defaults.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/site-defaults.cfg b/templates/site-defaults.cfg index 5b96b7d..a816bb0 100644 --- a/templates/site-defaults.cfg +++ b/templates/site-defaults.cfg @@ -12,3 +12,4 @@ config_opts['macros']['%bugurl'] = '{{ kojid_bugzilla }}' config_opts['nosync'] = True config_opts['nosync_force'] = True config_opts['environment']['LANG'] = 'C.UTF-8' +config_opts['use_bootstrap_image'] = False