summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-09 07:40:43 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-09 07:40:43 +0300
commit47a2ca578b885d1f8a5284a63b3695bbf62f32ae (patch)
treed52482d4f64431df8ad8148155a3b41619bb1da0
parent1d0facc4e76af80598e0ec9da46b048bc9d2fea1 (diff)
downloadvmdb2-47a2ca578b885d1f8a5284a63b3695bbf62f32ae.tar.gz
fix(README.md): use base.vmdb as an example, not pc.vmdb
pc.vmdb is long gone. Reported-by: Simon Josefsson Sponsored-by: author
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0d10eca..9af9b85 100644
--- a/README.md
+++ b/README.md
@@ -107,11 +107,11 @@ Tutorial
To use vmdb2, git clone the source and at the root of the source tree
run the following command:
- sudo ./vmdb2 --output pc.img pc.vmdb --log pc.log
+ sudo ./vmdb2 --output test.img base.vmdb --log vmdb2.log
-`--output pc.img` specifies that the output image is called
-`pc.img`, the specification is `pc.vmdb` and the log file goes
-to `pc.log`.
+`--output test.img` specifies that the output image is called
+`test.img`, the specification is `base.vmdb` and the log file goes
+to `vmdb2.log`.
Plugins and steps
@@ -131,7 +131,7 @@ and lowly coupled. They may share some state (such as mounted
filesystems) via the `State` object, but not in any other way. A
plugin may only provide one step runner.
-See `pc.vmdb` and other `.vmdb` files for examples. Note how the file
+See `base.vmdb` and other `.vmdb` files for examples. Note how the file
uses Jinja2 templating for value fields to get value of `--output` in
the right places. Also note how creating a partition or mounting a
filesystem assigns a "tag" that can be referenced in steps where the