summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vonthethoff <daniel@enigmaalgorithms.com>2019-12-17 07:14:57 +0000
committerDaniel Vonthethoff <daniel@enigmaalgorithms.com>2019-12-17 07:14:57 +0000
commit707a617fd1a1d45ef1ee2a40856be86431433903 (patch)
tree55bd18afd433db0aadb820925deb483c375f814d
parentc463ee73a8ce939998568e880db90992c5e670a1 (diff)
downloadvmdb2-707a617fd1a1d45ef1ee2a40856be86431433903.tar.gz
Change: Better debootstrap keyring docs
-rw-r--r--vmdb/plugins/debootstrap.mdwn2
-rw-r--r--vmdb/plugins/qemudebootstrap.mdwn4
2 files changed, 3 insertions, 3 deletions
diff --git a/vmdb/plugins/debootstrap.mdwn b/vmdb/plugins/debootstrap.mdwn
index 3d3b093..ce041a5 100644
--- a/vmdb/plugins/debootstrap.mdwn
+++ b/vmdb/plugins/debootstrap.mdwn
@@ -13,7 +13,7 @@ Step keys:
* `mirror` &mdash; OPTIONAL; which Debian mirror to use
-* `keyring` &mdash; OPTIONAL; which gpg keyring to use to verify the packages.
+* `keyring` &mdash; OPTIONAL; which gpg keyring to use to verify the packages. This is useful when using a non-official Debian repository (e.g. Raspbian) as by default debootstrap will use the keys provided by the "debian-archive-keyring" package.
Example (in the .vmdb file):
diff --git a/vmdb/plugins/qemudebootstrap.mdwn b/vmdb/plugins/qemudebootstrap.mdwn
index 21dfc03..78ee81d 100644
--- a/vmdb/plugins/qemudebootstrap.mdwn
+++ b/vmdb/plugins/qemudebootstrap.mdwn
@@ -15,9 +15,9 @@ Step keys:
* `mirror` &mdash; OPTIONAL; which Debian mirror to use.
-* `keyring` &mdash; OPTIONAL; which gpg keyring to use to verify the packages.
+* `keyring` &mdash; OPTIONAL; which gpg keyring to use to verify the packages. This is useful when using a non-official Debian repository (e.g. Raspbian) as by default qemu-debootstrap will use the keys provided by the "debian-archive-keyring" package.
-* `arch` &mdash; REQUIRED; the foreign architecture touse.
+* `arch` &mdash; REQUIRED; the foreign architecture to use.
* `variant` &mdash; OPTIONAL; the variant for debootstrap.