diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 17:35:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 17:35:22 +0000 |
commit | 502f432518b41311b1e147c7eea6933e10118598 (patch) | |
tree | fa69c0ab786438636e27acf86796084c183a54a4 /system-build/functions | |
parent | Adding upstream version 20190202. (diff) | |
download | open-infrastructure-system-tools-502f432518b41311b1e147c7eea6933e10118598.tar.xz open-infrastructure-system-tools-502f432518b41311b1e147c7eea6933e10118598.zip |
Adding upstream version 20190301.upstream/20190301
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | system-build/functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-build/functions/defaults.sh b/system-build/functions/defaults.sh index e1106a7..dadf84d 100755 --- a/system-build/functions/defaults.sh +++ b/system-build/functions/defaults.sh @@ -104,7 +104,7 @@ Set_defaults () ;; *) - LB_DISTRIBUTION="${LB_DISTRIBUTION:-stretch}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}" LB_DERIVATIVE="false" ;; esac |