Plumb volume ID through to grub menu

This commit is contained in:
Ian Gulliver
2016-05-09 20:40:38 +00:00
parent f2bd502cdc
commit e5dd8820b8
2 changed files with 16 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ def main():
'apt-get',
'install',
'--assume-yes',
'daemontools-run', 'git', 'python3-openssl', 'python3-requests')
'daemontools-run', 'genisoimage', 'git', 'python3-openssl',
'python3-requests')
os.makedirs(os.path.join(FLAGS.chroot_path, 'icon', 'config'), exist_ok=True)