summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-01-11 05:35:43 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-17 12:11:18 +0000
commit9d9633c3602a5d841627274b560ff458b9c50f7d (patch)
tree8f344c33216039b2f6efca6da397651fbd412823 /share
parentReplacing Progress Linux 4 with Progress Linux 5 in debconf container create ... (diff)
downloadcompute-tools-9d9633c3602a5d841627274b560ff458b9c50f7d.tar.xz
compute-tools-9d9633c3602a5d841627274b560ff458b9c50f7d.zip
Setting default debian distribution to buster in debootstrap container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rwxr-xr-xshare/scripts/debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap
index 216a91d..b81ad91 100755
--- a/share/scripts/debootstrap
+++ b/share/scripts/debootstrap
@@ -138,7 +138,7 @@ then
fi
ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}"
-DISTRIBUTION="${DISTRIBUTION:-stretch}"
+DISTRIBUTION="${DISTRIBUTION:-buster}"
MIRROR="${MIRROR:-https://deb.debian.org/debian}"
PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}"