diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-10-20 05:04:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-10-20 05:04:14 +0000 |
commit | f13fd0fd9f8490c6abf395fb5c4c05b5cb576402 (patch) | |
tree | 77a34dd71ac5c4ee47233f4f6b41db66941044ae /share/scripts/debootstrap | |
parent | Adding missing colon in container create commands '--script' option. (diff) | |
download | compute-tools-f13fd0fd9f8490c6abf395fb5c4c05b5cb576402.tar.xz compute-tools-f13fd0fd9f8490c6abf395fb5c4c05b5cb576402.zip |
Adding support for Debian 11 (bullseye) to 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 f69d006..0130b72 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -153,7 +153,7 @@ then fi ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}" -DISTRIBUTION="${DISTRIBUTION:-buster}" +DISTRIBUTION="${DISTRIBUTION:-bullseye}" MIRROR="${MIRROR:-https://deb.debian.org/debian}" PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}" |