diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:13 +0000 |
commit | 8bc6ee87c76bedcc7ce0b86a619e40eda36904eb (patch) | |
tree | b250a144e3cb6d1540f0776d6aacf7d42572d578 /share/doc/examples/jessie.cfg | |
parent | Removing obsolete network configurations in host-setup documentation. (diff) | |
download | compute-tools-8bc6ee87c76bedcc7ce0b86a619e40eda36904eb.tar.xz compute-tools-8bc6ee87c76bedcc7ce0b86a619e40eda36904eb.zip |
Switching default distribution to stretch in container create scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc/examples/jessie.cfg')
-rw-r--r-- | share/doc/examples/jessie.cfg | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/share/doc/examples/jessie.cfg b/share/doc/examples/jessie.cfg deleted file mode 100644 index 8248437..0000000 --- a/share/doc/examples/jessie.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# container-tools - Manage systemd-nspawn containers -# -# example for automated Debian 8 (jessie) 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/parent-distribution select - -container-tools cnt-debconf/architecture select auto - -container-tools cnt-debconf/archives multiselect jessie-security, jessie-updates -#container-tools cnt-debconf/parent-archives multiselect - -container-tools cnt-debconf/mirror string https://deb.debian.org/debian -container-tools cnt-debconf/mirror-security string http://security.debian.org - -#container-tools cnt-debconf/parent-mirror string -#container-tools cnt-debconf/parent-mirror-security string - -container-tools cnt-debconf/archive-areas multiselect main -#container-tools cnt-debconf/parent-archive-areas multiselect - -container-tools cnt-debconf/packages string openssh-server - -container-tools cnt-debconf/root-password string debian -#container-tools cnt-debconf/root-password-crypted string - -container-tools cnt-debconf/network0/bridge string br0 -#container-tools cnt-debconf/network-mac string |