From 5d152e7bb3d9c762e263f764a407cf476c9f5459 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 19 Aug 2018 14:39:21 +0300 Subject: Change: x220.vmdb to work with current vmdb2 --- x220.vmdb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'x220.vmdb') 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 }}" -- cgit v1.2.1