summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-20 10:30:52 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-20 10:30:52 +0200
commitab93e16dd188a43c33ac9b845f7c11a35e5e96c0 (patch)
tree1504154cde8a263a80fe32d4266e04d381dae016
parent3257257a00fcc09484c4e97ffc92ab84205b8618 (diff)
downloadvmdb2-ab93e16dd188a43c33ac9b845f7c11a35e5e96c0.tar.gz
Fix: rootfs-unpacked to be rootfs_unpacked
Debian-Bug: 922709 Reported-By: Antonio Terceiro <terceiro@debian.org>
-rw-r--r--debian/changelog2
-rw-r--r--vmdb2.mdwn6
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 70d100b..f70dad6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ vmdb2 (0.13.2+git-1) UNRELEASED; urgency=medium
(Closes: #907614)
* Add build-dependcies for building docs.
* Add missing build-dep on dh-python.
+ * Fix rootfs-unpacked to be rootfs_unpacked in vmdb2.mdwn.
+ (Closes:#922709)
-- Lars Wirzenius <liw@liw.fi> Sun, 06 May 2018 09:26:25 +0300
diff --git a/vmdb2.mdwn b/vmdb2.mdwn
index 62326b1..de09c75 100644
--- a/vmdb2.mdwn
+++ b/vmdb2.mdwn
@@ -152,7 +152,7 @@ filesystem and stores it into the file as a compress tar archive
skip running debootstrap needlessly.
The specify which steps should be skipped, the `unless` field can be
-used: `unpack-rootfs` sets the `rootfs-unpacked` flag if it actually
+used: `unpack-rootfs` sets the `rootfs_unpacked` flag if it actually
unpacks a tarball, and `unless` allows checking for that flag. If the
tarball doesn't exist, the flag is not set.
@@ -160,10 +160,10 @@ tarball doesn't exist, the flag is not set.
- debootstrap: stretch
target: root
- unless: rootfs-unpacked
+ unless: rootfs_unpacked
- cache-rootfs: root
- unless: rootfs-unpacked
+ unless: rootfs_unpacked
If the tarball exists, it's unpacked, and the `debootstrap` and
`cache-rootfs` steps are skipped.