diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-26 08:26:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 06:08:50 +0000 |
commit | 162e0a50a9723cb2414619458071b766a061b5e3 (patch) | |
tree | 98ececaad2d23c0837666ec2b37b76a8e4a64d09 /share/doc | |
parent | Correcting wrong systemd unit filename in host-setup, thanks to Jani Heikkine... (diff) | |
download | compute-tools-162e0a50a9723cb2414619458071b766a061b5e3.tar.xz compute-tools-162e0a50a9723cb2414619458071b766a061b5e3.zip |
Adding example preseeding for local archives.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/doc/examples/bookworm.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/doc/examples/bookworm.cfg b/share/doc/examples/bookworm.cfg index 1f878f4..a618928 100644 --- a/share/doc/examples/bookworm.cfg +++ b/share/doc/examples/bookworm.cfg @@ -33,3 +33,12 @@ compute-tools container/root-password string debian compute-tools container/network1/bridge string bridge0 #compute-tools container/network-mac string + +#compute-tools container/archive1/repository string deb https://example.org/debian stable main +#compute-tools container/archive1/list string example +#compute-tools container/archive1/comment string This is the sources.list entry for the example repository +#compute-tools container/archive1/source boolean false +#compute-tools container/archive1/key string https://example.org/debian/key.txt +#compute-tools container/archive1/preferences-package string * +#compute-tools container/archive1/preferences-pin string release o=example, n=stable +#compute-tools container/archive1/preferences-pin-priority string 999 |