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/stretch.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/stretch.cfg')
-rw-r--r-- | share/doc/examples/stretch.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/share/doc/examples/stretch.cfg b/share/doc/examples/stretch.cfg new file mode 100644 index 0000000..2af4b85 --- /dev/null +++ b/share/doc/examples/stretch.cfg @@ -0,0 +1,32 @@ +# container-tools - Manage systemd-nspawn containers +# +# 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 stretch +#container-tools cnt-debconf/parent-distribution select + +container-tools cnt-debconf/architecture select auto + +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 +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 |