summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-21 13:37:15 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-21 13:37:54 +0300
commit47170fd6c6520f09ddfbca6c9114c8244d8ae2ec (patch)
treef64e39232822fca5e0ddad94b1604ee96a90e785 /README
parent184c4aa633d860993e47c5ffe1ace99524db970d (diff)
downloadvmdb2-47170fd6c6520f09ddfbca6c9114c8244d8ae2ec.tar.gz
Fix: rename simple.yaml to simple.vmdb
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 153086c..7210fc6 100644
--- a/README
+++ b/README
@@ -87,10 +87,10 @@ Tutorial
To use vmdb2, git clone the source and at the root of the source tree
run the following command:
- sudo ./vmdb2 --output simple.img simple.yaml --log simple.log
+ sudo ./vmdb2 --output simple.img simple.vmdb --log simple.log
`--output simple.img` specifies that the output image is called
-`simple.img`, the specification is `simple.yaml` and the log file goes
+`simple.img`, the specification is `simple.vmdb` and the log file goes
to `simple.log`.
@@ -124,7 +124,7 @@ steps that will become incomplete as soon as development continues:
* mkfs (create filesystem in a partition)
* mount (mount filesystem, teardown unmounts it automatically)
-See `simple.yaml` for examples. Note how the file uses Jinja2
+See `simple.vmdb` 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