fix AddDefaultSources for bullseye

This commit is contained in:
Kevin Olbrich 2021-07-07 20:26:31 +02:00
parent b61d3f089c
commit 4758e18939

View file

@ -57,7 +57,7 @@ class AddDefaultSources(Task):
@classmethod
def run(cls, info):
from bootstrapvz.common.releases import sid, wheezy
from bootstrapvz.common.releases import sid, wheezy, bullseye
include_src = info.manifest.packages.get('include-source-type', False)
components = ' '.join(info.manifest.packages.get('components', ['main']))
info.source_lists.add('main', 'deb {apt_mirror} {system.release} ' + components)