summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-17 09:28:45 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-17 09:28:45 +0200
commit493534f241081ecaec450c64a1341a3757c2ee0e (patch)
tree128d4036ba612271f63e2c201c3608db6fb1dc2a
parent2299c75473972936ed12802bc14fbdf8f587aaaa (diff)
downloadvmdb2-493534f241081ecaec450c64a1341a3757c2ee0e.tar.gz
Refactor: break long lines into shorter
-rw-r--r--vmdb/plugins/debootstrap.mdwn5
-rw-r--r--vmdb/plugins/qemudebootstrap.mdwn7
2 files changed, 9 insertions, 3 deletions
diff --git a/vmdb/plugins/debootstrap.mdwn b/vmdb/plugins/debootstrap.mdwn
index ce041a5..a7c6c08 100644
--- a/vmdb/plugins/debootstrap.mdwn
+++ b/vmdb/plugins/debootstrap.mdwn
@@ -13,7 +13,10 @@ Step keys:
* `mirror` &mdash; OPTIONAL; which Debian mirror to use
-* `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.
+* `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 78ee81d..9b62ab0 100644
--- a/vmdb/plugins/qemudebootstrap.mdwn
+++ b/vmdb/plugins/qemudebootstrap.mdwn
@@ -1,4 +1,4 @@
-Step: `qemu-debootstrap`
+tep: `qemu-debootstrap`
-----------------------------------------------------------------------------
Install packages using apt, which needs to already have been
@@ -15,7 +15,10 @@ Step keys:
* `mirror` &mdash; OPTIONAL; which Debian mirror to use.
-* `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.
+* `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 to use.