From ab93e16dd188a43c33ac9b845f7c11a35e5e96c0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 20 Feb 2019 10:30:52 +0200 Subject: Fix: rootfs-unpacked to be rootfs_unpacked Debian-Bug: 922709 Reported-By: Antonio Terceiro --- debian/changelog | 2 ++ vmdb2.mdwn | 6 +++--- 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 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. -- cgit v1.2.1