working on the boot problem. also, documentation

This commit is contained in:
2016-12-20 16:57:31 -05:00
parent 960dc34ba8
commit d40672fdd9
10 changed files with 278 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ if __name__ == '__main__':
prep.buildChroot(conf, keep = False)
prep.prepChroot(conf)
arch = conf['build']['arch']
#bGPG.killStaleAgent(conf)
bGPG.killStaleAgent(conf)
for a in arch:
bchroot.chroot(conf['build']['chrootdir'] + '/root.' + a, 'bdisk.square-r00t.net')
bchroot.chrootUnmount(conf['build']['chrootdir'] + '/root.' + a)