Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Support for buster #490

Open
gbukovszki opened this issue Feb 26, 2019 · 2 comments
Open

Support for buster #490

gbukovszki opened this issue Feb 26, 2019 · 2 comments

Comments

@gbukovszki
Copy link

Guys,

buster is not supported, putting buster in the manifest:

system: release: buster

results in:
'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/share/bootstrap-vz/bootstrapvz/base/main.py", line 111, in run tasklist.run(info=bootstrap_info, dry_run=dry_run) File "/usr/share/bootstrap-vz/bootstrapvz/base/tasklist.py", line 44, in run task.run(info) File "/usr/share/bootstrap-vz/bootstrapvz/providers/virtualbox/tasks/packages.py", line 14, in run info.manifest.system['architecture']]) File "/usr/share/bootstrap-vz/bootstrapvz/common/tools.py", line 117, in config_get config = config.get(key) AttributeError: 'NoneType' object has no attribute 'get'

@kevin-olbrich
Copy link
Contributor

kevin-olbrich commented Feb 26, 2019 via email

@andrewbogott
Copy link

andrewbogott commented Mar 5, 2019

I think that issue is resolved for KVM by

#496

Fixing up the other target types should be similar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants