summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-04 13:18:19 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-04 13:48:30 +0300
commitabf63504f7aa89054b0dd6041f0cdcb051c19dea (patch)
tree5ebb2300d20cb7182553c457a2cdbec1924f480f
parentc7094d4d5b7322e45792c27998eb70bddff3b1e2 (diff)
downloadvmdb2-abf63504f7aa89054b0dd6041f0cdcb051c19dea.tar.gz
Fix: write vmdb.log to data dir; fix markup
-rw-r--r--smoke.yarn4
1 files changed, 3 insertions, 1 deletions
diff --git a/smoke.yarn b/smoke.yarn
index d5ed02f..ce4361c 100644
--- a/smoke.yarn
+++ b/smoke.yarn
@@ -14,6 +14,7 @@ build an image as root), and you need to run on an amd64 system (and
thus build an amd64 image). Additionally, you need to add the folloing
option to yarn:
+ EXAMPLE
--env ROOTFS_TARBALL=/path/to/rootfs/tarball
This means vmdb2 will use the given tarball when creating an image,
@@ -27,7 +28,8 @@ testing multiple time much faster.
IMPLEMENTS WHEN user runs vmdb (\S+) --output (\S+)
"$SRCDIR/vmdb2" --no-default-config "$SRCDIR/$MATCH_1" \
--output "$DATADIR/$MATCH_2" \
- --log vmdb.log \
+ --log "$DATADIR/vmdb.log" \
+ --verbose \
--rootfs-tarball "$ROOTFS_TARBALL"
IMPLEMENTS THEN user can boot (\S+) and power it off from root shell