diff options
Diffstat (limited to 'fc25xscl72.cfg')
-rw-r--r-- | fc25xscl72.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fc25xscl72.cfg b/fc25xscl72.cfg index 16c8de1..ebff428 100644 --- a/fc25xscl72.cfg +++ b/fc25xscl72.cfg @@ -32,6 +32,7 @@ config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" +config_opts['environment']['ACCEPT_EULA'] = 'Y' config_opts['yum.conf'] = """ [main] @@ -133,4 +134,9 @@ baseurl=file:/var/lib/mock/fc25x/ enabled=1 metadata_expire=1 +[msprod] +name=msprod +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1 + """ |