Commit 081d094e authored by Xiaowu Zhang's avatar Xiaowu Zhang

xxxxx

parent 4d0a8d4e
......@@ -51,7 +51,8 @@ install =
env = {
'PATH':options['PATH'] + ':' + os.environ['PATH'],
'C_INCLUDE_PATH':options['C_INCLUDE_PATH'],
'LIBRARY_PATH':options['LIBRARY_PATH']
'LIBRARY_PATH':options['LIBRARY_PATH'],
'PYTHON_COMMAND': '/usr/bin/python3'
}
subprocess.check_call('bash -c "(git clone %s %s && cd %s && git reset --hard %s && git submodule update --init && make -C BaseTools && cp %s Conf/target.txt && . edksetup.sh && build -D SECURE_BOOT_ENABLE=TRUE) || (rm -fr %s; exit 1)"' %
(options['repository'], options['location'], options['location'], options['commit'], options['rendered'], options['location']), env=env, shell=True)
......@@ -15,7 +15,7 @@
[template]
filename = instance.cfg.in
md5sum = 90932ecd41ef359d00c8998d01e0ca6c
md5sum = bfa538943fba25b394653977a6e59108
[template-kvm]
filename = instance-kvm.cfg.jinja2
......
......@@ -81,7 +81,7 @@ extra-context =
raw dash_executable_location ${dash:location}/bin/dash
raw dnsresolver_executable ${buildout:bin-directory}/dnsresolver
raw dcron_executable_location ${dcron:location}/sbin/crond
raw debian_amd64_netinst_location ${debian-amd64-bullseye-netinst.iso:target}
raw debian_amd64_netinst_location ${debian-amd64-buster-netinst.iso:target}
raw whitelist_domains_default ${whitelist-domains-default:target}
raw whitelist_firewall_download_controller ${whitelist-firewall-download-controller:output}
raw image_download_controller ${image-download-controller:output}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment