summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-15 09:01:48 +0000
committerLars Wirzenius <liw@liw.fi>2020-04-15 09:01:48 +0000
commit1a22b6193a3b0f24858631f5b56d4f7dd89d674f (patch)
tree4854d0925c1748d4980cf0cf18761ae708f8827d
parent68aef5bc4228b07c5bec44b86819ff8aa85e4ea9 (diff)
parenta7eda9ffa3a93dd14499d2ead5b23addc55047ed (diff)
downloadvmdb2-1a22b6193a3b0f24858631f5b56d4f7dd89d674f.tar.gz
Merge branch 'fix' into 'master'
Fix: key for grub step for specifying the image device Closes #23 See merge request larswirzenius/vmdb2!19
-rw-r--r--NEWS4
-rw-r--r--vmdb/plugins/grub.mdwn2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf6d45c..28e5708 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Version 0.14.1+git, not yet released
before it's finished. This only applies when the target is a real
disk, not a disk image.
+* Bug fix: The `grub` step documentation claimed the step key for
+ specifying the image device is `device`. It has now been fixed to be
+ `image-dev`. Thanks: Sebastian Bachmann.
+
Version 0.14.1, not yet released
------------------------------------
diff --git a/vmdb/plugins/grub.mdwn b/vmdb/plugins/grub.mdwn
index 706e662..94befec 100644
--- a/vmdb/plugins/grub.mdwn
+++ b/vmdb/plugins/grub.mdwn
@@ -21,7 +21,7 @@ Step keys:
* `console` &mdash; OPTIONAL; set to `serial` to configure the image
to use a serial console.
-* `device` &mdash; OPTIONAL; which device to install GRUB onto; this
+* `image-dev` &mdash; OPTIONAL; which device to install GRUB onto; this
is needed when installing to a real hard drive, instead of an image.
Example (in the .vmdb file):