diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-01-31 17:46:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-01-31 17:59:32 +0000 |
commit | 6b93ef249b259ef7a37ea063ae479d95b495f045 (patch) | |
tree | 9aecc6531bd354b5c7585d1b157c6963e78c8bd6 /share/doc/examples/bookworm.cfg | |
parent | Updating references in manpages for bookworm. (diff) | |
download | compute-tools-6b93ef249b259ef7a37ea063ae479d95b495f045.tar.xz compute-tools-6b93ef249b259ef7a37ea063ae479d95b495f045.zip |
Updating examples for bookworm.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc/examples/bookworm.cfg')
-rw-r--r-- | share/doc/examples/bookworm.cfg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/share/doc/examples/bookworm.cfg b/share/doc/examples/bookworm.cfg new file mode 100644 index 0000000..1f878f4 --- /dev/null +++ b/share/doc/examples/bookworm.cfg @@ -0,0 +1,35 @@ +# example for automated Debian 12 (bookworm) based container building +# using: sudo container build -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 bookworm +#compute-tools container/parent-distribution select + +compute-tools container/architecture select auto + +compute-tools container/archives multiselect bookworm-security, bookworm-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 |