summaryrefslogtreecommitdiff
path: root/vmdb/plugins/debootstrap.mdwn
diff options
context:
space:
mode:
authorAndy Piper <andy.piper@arcticwolf.com>2021-11-22 20:31:29 -0500
committerAndy Piper <andy.piper@arcticwolf.com>2021-11-22 20:31:29 -0500
commit7092629b7eae91cb5130b672f46ec5002209c9ea (patch)
tree35c74865434d09616701be764cf6685e6f677153 /vmdb/plugins/debootstrap.mdwn
parent788d4b1e920db40a0ad32361255e0d59cdbec829 (diff)
downloadvmdb2-7092629b7eae91cb5130b672f46ec5002209c9ea.tar.gz
debootstrap_plugin: add `include` and `install_keyring` keys
The "include" key maps to debootstrap's `--include` parameter, allowing additional packages to be installed. The `install_keyring` key is a Boolean that determines if the gpg keyring specified by the `keyring` key is installed in the disk image for use when installing packages from non-official Debian repositories, e.g. local mirrors created using aptly, etc.
Diffstat (limited to 'vmdb/plugins/debootstrap.mdwn')
-rw-r--r--vmdb/plugins/debootstrap.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/vmdb/plugins/debootstrap.mdwn b/vmdb/plugins/debootstrap.mdwn
index 67f13fb..6784096 100644
--- a/vmdb/plugins/debootstrap.mdwn
+++ b/vmdb/plugins/debootstrap.mdwn
@@ -18,10 +18,17 @@ Step keys:
(e.g. Raspbian) as by default debootstrap will use the keys provided
by the "debian-archive-keyring" package.
+* `install_keyring` &mdash; OPTIONAL; if set to `yes`, the gpg keyring
+ specified by the `keyring` key will be installed in the image for use when
+ installing packages from non-official Debian repositories.
+
* `arch` &mdash; OPTIONAL; the foreign architecture to use.
* `variant` &mdash; OPTIONAL; the variant for debootstrap.
+* `include` &mdash; OPTIONAL; a list of additional packages for
+ debootstrap to install.
+
Example (in the .vmdb file):
- debootstrap: buster