diff options
Diffstat (limited to 'fc25x71.cfg')
-rw-r--r-- | fc25x71.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fc25x71.cfg b/fc25x71.cfg index 7e150e2..a8de124 100644 --- a/fc25x71.cfg +++ b/fc25x71.cfg @@ -29,6 +29,7 @@ config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" +config_opts['environment']['ACCEPT_EULA'] = 'Y' config_opts['yum.conf'] = """ [main] @@ -126,5 +127,10 @@ baseurl=file:/var/lib/mock/fc25x/ enabled=1 metadata_expire=1 +[msprod] +name=msprod +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1 + """ |