diff options
Diffstat (limited to 'share/doc/examples/buster.cfg')
-rw-r--r-- | share/doc/examples/buster.cfg | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/share/doc/examples/buster.cfg b/share/doc/examples/buster.cfg index 67705b4..cfc8595 100644 --- a/share/doc/examples/buster.cfg +++ b/share/doc/examples/buster.cfg @@ -4,32 +4,32 @@ debconf debconf/priority select critical debconf debconf/frontend select Noninteractive -compute-tools cnt-debconf/mode select debian +compute-tools container/mode select debian -#compute-tools cnt-debconf/preseed-files string -#compute-tools cnt-debconf/include-preseed-files string +#compute-tools container/preseed-files string +#compute-tools container/include-preseed-files string -compute-tools cnt-debconf/distribution select buster -#compute-tools cnt-debconf/parent-distribution select +compute-tools container/distribution select buster +#compute-tools container/parent-distribution select -compute-tools cnt-debconf/architecture select auto +compute-tools container/architecture select auto -compute-tools cnt-debconf/archives multiselect buster-security, buster-updates -#compute-tools cnt-debconf/parent-archives multiselect +compute-tools container/archives multiselect buster-security, buster-updates +#compute-tools container/parent-archives multiselect -compute-tools cnt-debconf/mirror string https://deb.debian.org/debian -compute-tools cnt-debconf/mirror-security string http://security.debian.org +compute-tools container/mirror string https://deb.debian.org/debian +compute-tools container/mirror-security string http://security.debian.org -#compute-tools cnt-debconf/parent-mirror string -#compute-tools cnt-debconf/parent-mirror-security string +#compute-tools container/parent-mirror string +#compute-tools container/parent-mirror-security string -compute-tools cnt-debconf/archive-areas multiselect main -#compute-tools cnt-debconf/parent-archive-areas multiselect +compute-tools container/archive-areas multiselect main +#compute-tools container/parent-archive-areas multiselect -compute-tools cnt-debconf/packages string openssh-server +compute-tools container/packages string openssh-server -compute-tools cnt-debconf/root-password string debian -#compute-tools cnt-debconf/root-password-crypted string +compute-tools container/root-password string debian +#compute-tools container/root-password-crypted string -compute-tools cnt-debconf/network1/bridge string bridge0 -#compute-tools cnt-debconf/network-mac string +compute-tools container/network1/bridge string bridge0 +#compute-tools container/network-mac string |