diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 11:24:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-18 07:24:49 +0000 |
commit | 278ce2aa255e32b79128b70c003069e0d1294dde (patch) | |
tree | d16f819d040e8df84c1920d25fe4d1bb6f2ce089 /share/doc/examples/container-images.sh | |
parent | Fixing inconsistent variable usage in makefile. (diff) | |
download | compute-tools-278ce2aa255e32b79128b70c003069e0d1294dde.tar.xz compute-tools-278ce2aa255e32b79128b70c003069e0d1294dde.zip |
Updating container-images.sh example for buster.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/doc/examples/container-images.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh index 07f3451..f677799 100755 --- a/share/doc/examples/container-images.sh +++ b/share/doc/examples/container-images.sh @@ -1,7 +1,5 @@ #!/bin/sh -# container-tools - Manage systemd-nspawn containers -# # Description: example for automated Debian base system container image creation # Requires: debootstrap plzip xz-utils # Usage: sudo ./container-images.sh @@ -9,7 +7,7 @@ set -e ARCHITECTURES="amd64 i386" -DISTRIBUTIONS="stretch sid" +DISTRIBUTIONS="buster sid" MIRROR="https://deb.debian.org/debian" INCLUDE="dbus" |