diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:32:34 +0200 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:32:34 +0200 |
commit | 9ebddbe9f7aebe061987389746dc9874445d3cb9 (patch) | |
tree | 9ad8724c734f7d6055a5c864ac36da9a18488915 /functions/configuration.sh | |
parent | e1c3990648bdeb0cbe7853a4b4a298aba5ff0c9f (diff) | |
download | vyos-live-build-9ebddbe9f7aebe061987389746dc9874445d3cb9.tar.gz vyos-live-build-9ebddbe9f7aebe061987389746dc9874445d3cb9.zip |
Use bullseye as default release in preparation of the next stable release
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index 02a589448..f5460d586 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -41,7 +41,7 @@ Prepare_config () LB_MODE="${LB_MODE:-debian}" LB_DERIVATIVE="false" - LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-bullseye}" LB_DISTRIBUTION_CHROOT="${LB_DISTRIBUTION_CHROOT:-${LB_DISTRIBUTION}}" LB_DISTRIBUTION_BINARY="${LB_DISTRIBUTION_BINARY:-${LB_DISTRIBUTION_CHROOT}}" |