summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-18 16:40:29 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-18 16:40:29 +0300
commitea3a66e4ccc4eeadce83fccb989e6feafabfed29 (patch)
tree57911a7d1ee3798e71ddb6854a2304e871dd05f7
parent11399817616802be17ccee6403c632e0f42bbab5 (diff)
downloadv-i-ea3a66e4ccc4eeadce83fccb989e6feafabfed29.tar.gz
Add: rootfs caching to x220.vmdb
-rw-r--r--x220.vmdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/x220.vmdb b/x220.vmdb
index 1edba26..4d57c17 100644
--- a/x220.vmdb
+++ b/x220.vmdb
@@ -26,14 +26,21 @@ steps:
- mount: root-part
fs-tag: root-fs
+ - unpack-rootfs: root-fs
+
- debootstrap: unstable
mirror: http://deb.debian.org/debian
target: root-fs
+ unless: rootfs_unpacked
- apt: install
packages:
- linux-image-amd64
fs-tag: root-fs
+ unless: rootfs_unpacked
+
+ - cache-rootfs: root-fs
+ unless: rootfs_unpacked
- apt: install
packages: