summaryrefslogtreecommitdiffstats
path: root/system-build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 17:35:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 17:35:22 +0000
commit502f432518b41311b1e147c7eea6933e10118598 (patch)
treefa69c0ab786438636e27acf86796084c183a54a4 /system-build
parentAdding upstream version 20190202. (diff)
downloadopen-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 'system-build')
-rwxr-xr-xsystem-build/functions/defaults.sh2
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