From 9d9633c3602a5d841627274b560ff458b9c50f7d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 11 Jan 2019 06:35:43 +0100 Subject: Setting default debian distribution to buster in debootstrap container create script. Signed-off-by: Daniel Baumann --- share/scripts/debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}" -- cgit v1.2.3