From 47a2ca578b885d1f8a5284a63b3695bbf62f32ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Sep 2023 07:40:43 +0300 Subject: fix(README.md): use base.vmdb as an example, not pc.vmdb pc.vmdb is long gone. Reported-by: Simon Josefsson Sponsored-by: author --- README.md | 10 +++++----- 1 file 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 -- cgit v1.2.1