diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 16:43:51 +0100 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 16:43:51 +0100 |
commit | 15c46fa15273f7302964291e767af33a2cdf2334 (patch) | |
tree | c1d001e862e329d7960c48b1e69a3f0870b88d7a /functions | |
parent | 0647e985fa05d09a7fecc801e9e23d6b513b7de4 (diff) | |
download | vyos-live-build-15c46fa15273f7302964291e767af33a2cdf2334.tar.gz vyos-live-build-15c46fa15273f7302964291e767af33a2cdf2334.zip |
Set default distribution to buster
Closes: #934495
Thanks: Алексей Шилин
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7d7faec76..1960d9c0a 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -124,7 +124,7 @@ Set_defaults () ;; *) - LB_DISTRIBUTION="${LB_DISTRIBUTION:-stretch}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}" LB_DERIVATIVE="false" ;; esac |