changed parent and installer distribution to buster

This commit is contained in:
sose 2020-09-01 16:58:47 -07:00
parent 1dc304dff0
commit dc60effb2b
1 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
LB_DISTRIBUTION="buster"
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
# (Default: stretch)
LB_PARENT_DISTRIBUTION="stretch"
# (Default: buster)
LB_PARENT_DISTRIBUTION="buster"
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
# (Default: stretch)
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="stretch"
# (Default: buster)
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster"
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://deb.debian.org/debian/)