updating docs; minor tweaks in bGPG and ipxe.

This commit is contained in:
2016-12-18 02:55:40 -05:00
parent 7ff830bf3b
commit e3e2e0a2db
11 changed files with 66 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ def genGPG(conf):
templates_dir = '{0}/extra/templates'.format(build['basedir'])
mykey = False
pkeys = []
killStaleAgent(conf)
if conf['gpg']['mygpgkey'] != '':
mykey = conf['gpg']['mygpgkey']
if gpghome == '':

View File

@@ -271,8 +271,7 @@ def genISO(conf):
'-output', isopath,
bootdir]
DEVNULL = open(os.devnull, 'w')
#subprocess.call(cmd, stdout = DEVNULL, stderr = subprocess.STDOUT)
subprocess.call(cmd)
subprocess.call(cmd, stdout = DEVNULL, stderr = subprocess.STDOUT)
# Get size of ISO
iso['name'] = ['Mini']
iso['Mini'] = {}