diff options
Diffstat (limited to 'share/doc')
-rwxr-xr-x | share/doc/asciicast/introduction.sh | 2 | ||||
-rw-r--r-- | share/doc/examples/stretch.cfg (renamed from share/doc/examples/jessie.cfg) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/asciicast/introduction.sh b/share/doc/asciicast/introduction.sh index 148231d..18dfdaf 100755 --- a/share/doc/asciicast/introduction.sh +++ b/share/doc/asciicast/introduction.sh @@ -81,7 +81,7 @@ Text "# Note: we're using a custom mirror here and" Text "# a custom root password, see container-create-debootstrap(1)" Text "# for more information about these options." -Command "sudo cnt create -n example.net -s debootstrap -- -d sid -m http://ftp.ch.debian.org/debian -p debian" +Command "sudo cnt create -n example.net -s debootstrap -- -d stretch -m http://ftp.ch.debian.org/debian -p debian" Text "# 4. Let's list all available containers." diff --git a/share/doc/examples/jessie.cfg b/share/doc/examples/stretch.cfg index 8248437..2af4b85 100644 --- a/share/doc/examples/jessie.cfg +++ b/share/doc/examples/stretch.cfg @@ -1,17 +1,17 @@ # container-tools - Manage systemd-nspawn containers # -# example for automated Debian 8 (jessie) based container creation +# example for automated Debian 9 (stretch) based container creation # using: sudo container create -s debian #container-tools cnt-debconf/preseed-files string #container-tools cnt-debconf/include-preseed-files string -container-tools cnt-debconf/distribution select jessie +container-tools cnt-debconf/distribution select stretch #container-tools cnt-debconf/parent-distribution select container-tools cnt-debconf/architecture select auto -container-tools cnt-debconf/archives multiselect jessie-security, jessie-updates +container-tools cnt-debconf/archives multiselect stretch-security, stretch-updates #container-tools cnt-debconf/parent-archives multiselect container-tools cnt-debconf/mirror string https://deb.debian.org/debian |