diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-01-11 05:35:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 12:11:18 +0000 |
commit | 9d9633c3602a5d841627274b560ff458b9c50f7d (patch) | |
tree | 8f344c33216039b2f6efca6da397651fbd412823 /share/scripts | |
parent | Replacing Progress Linux 4 with Progress Linux 5 in debconf container create ... (diff) | |
download | compute-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 '')
-rwxr-xr-x | share/scripts/debootstrap | 2 |
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)}" |