updating docs; minor tweaks in bGPG and ipxe.
This commit is contained in:
@@ -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 == '':
|
||||
|
||||
@@ -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'] = {}
|
||||
|
||||
Reference in New Issue
Block a user