summaryrefslogtreecommitdiff
path: root/vmdb/plugins/rootfs_cache.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/plugins/rootfs_cache.mdwn')
-rw-r--r--vmdb/plugins/rootfs_cache.mdwn29
1 files changed, 0 insertions, 29 deletions
diff --git a/vmdb/plugins/rootfs_cache.mdwn b/vmdb/plugins/rootfs_cache.mdwn
deleted file mode 100644
index 3f4ee0b..0000000
--- a/vmdb/plugins/rootfs_cache.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-Step: `cache-rootfs`
------------------------------------------------------------------------------
-
-Create a tarball of the root filesystem in the image.
-
-Step keys:
-
-* `cache-rootfs` — REQUIRED; tag of root filesystem on image.
-
-Example (in the .vmdb file):
-
- - cache-rootfs: root
- unless: rootfs_unpacked
-
-
-Step: `unpack-rootfs`
------------------------------------------------------------------------------
-
-Unpack a tarball of the root filesystem to the image, and set the
-`rootfs_unpacked` condition to true. If the tarball doesn't exist, do
-nothing and leave the `rootfs_unpacked` condition to false.
-
-Step keys:
-
-* `unpack-rootfs` — REQUIRED; tag for the root filesystem.
-
-Example (in the .vmdb file):
-
- - unpack-rootfs: root