diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:37:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:39:09 +0000 |
commit | bf2a4630d2d81b1f39427c4c3a31526ec7c5bb2d (patch) | |
tree | 75d87faaad86a3832a74c9384c96c18e1659f8e6 /share/doc/examples/buster.cfg | |
parent | Synchronising versioning number for progress-linux releases in debconf contai... (diff) | |
download | compute-tools-bf2a4630d2d81b1f39427c4c3a31526ec7c5bb2d.tar.xz compute-tools-bf2a4630d2d81b1f39427c4c3a31526ec7c5bb2d.zip |
Updating preseed examples for debconf container scripts to bullseye.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc/examples/buster.cfg')
-rw-r--r-- | share/doc/examples/buster.cfg | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/share/doc/examples/buster.cfg b/share/doc/examples/buster.cfg deleted file mode 100644 index bc431de..0000000 --- a/share/doc/examples/buster.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# example for automated Debian 10 (buster) 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 buster -#compute-tools container/parent-distribution select - -compute-tools container/architecture select auto - -compute-tools container/archives multiselect buster-security, buster-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 |