summaryrefslogtreecommitdiff
path: root/x220.vmdb
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-19 14:39:21 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-19 14:39:21 +0300
commit5d152e7bb3d9c762e263f764a407cf476c9f5459 (patch)
treebbaee9b6ea004520a2af54dcafca9ed2d96218e8 /x220.vmdb
parentaf61845daca9759f5f8b679e09702d61a82ea24c (diff)
downloadv-i-5d152e7bb3d9c762e263f764a407cf476c9f5459.tar.gz
Change: x220.vmdb to work with current vmdb2
Diffstat (limited to 'x220.vmdb')
-rw-r--r--x220.vmdb14
1 files changed, 6 insertions, 8 deletions
diff --git a/x220.vmdb b/x220.vmdb
index 160b805..2c1ba2c 100644
--- a/x220.vmdb
+++ b/x220.vmdb
@@ -9,13 +9,13 @@ steps:
device: "{{ image }}"
start: 0%
end: 1G
- part-tag: efi-part
+ tag: efi-part
- mkpart: primary
device: "{{ image }}"
start: 1G
end: 100%
- part-tag: root-part
+ tag: root-part
- mkfs: vfat
partition: efi-part
@@ -24,7 +24,6 @@ steps:
partition: root-part
- mount: root-part
- fs-tag: root-fs
- unpack-rootfs: root-fs
@@ -36,7 +35,7 @@ steps:
- apt: install
packages:
- linux-image-amd64
- fs-tag: root-fs
+ tag: root-fs
unless: rootfs_unpacked
- cache-rootfs: root-fs
@@ -48,13 +47,12 @@ steps:
- console-setup
- locales-all
- ifupdown
- fs-tag: root-fs
+ tag: root-fs
- ansible: root-fs
playbook: x220.yml
- grub: uefi
- root-fs: root-fs
- root-part: root-part
- efi-part: efi-part
+ tag: root-fs
+ efi: efi-part
image-dev: "{{ image }}"