From bf2a4630d2d81b1f39427c4c3a31526ec7c5bb2d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Apr 2021 15:37:57 +0200 Subject: Updating preseed examples for debconf container scripts to bullseye. Signed-off-by: Daniel Baumann --- share/doc/examples/bullseye.cfg | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 share/doc/examples/bullseye.cfg (limited to 'share/doc/examples/bullseye.cfg') diff --git a/share/doc/examples/bullseye.cfg b/share/doc/examples/bullseye.cfg new file mode 100644 index 0000000..044504e --- /dev/null +++ b/share/doc/examples/bullseye.cfg @@ -0,0 +1,35 @@ +# example for automated Debian 11 (bullseye) based container creation +# using: sudo container create -s debian + +debconf debconf/priority select critical +debconf debconf/frontend select Noninteractive + +compute-tools container/mode select debian + +#compute-tools container/preseed-files string +#compute-tools container/include-preseed-files string + +compute-tools container/distribution select bullseye +#compute-tools container/parent-distribution select + +compute-tools container/architecture select auto + +compute-tools container/archives multiselect bullseye-security, bullseye-updates +#compute-tools container/parent-archives multiselect + +compute-tools container/mirror string https://deb.debian.org/debian +compute-tools container/mirror-security string https://security.debian.org + +#compute-tools container/parent-mirror string +#compute-tools container/parent-mirror-security string + +compute-tools container/archive-areas multiselect main +#compute-tools container/parent-archive-areas multiselect + +compute-tools container/packages string openssh-server + +compute-tools container/root-password string debian +#compute-tools container/root-password-crypted string + +compute-tools container/network1/bridge string bridge0 +#compute-tools container/network-mac string -- cgit v1.2.3