From e47b102288b09407d9c556b6f4721ea72f188f9d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 21 Aug 2018 20:53:13 +0300 Subject: Fix: tabs in x220.vmdb --- x220.vmdb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/x220.vmdb b/x220.vmdb index 2c1ba2c..d184107 100644 --- a/x220.vmdb +++ b/x220.vmdb @@ -9,36 +9,36 @@ steps: device: "{{ image }}" start: 0% end: 1G - tag: efi-part + tag: efi - mkpart: primary device: "{{ image }}" start: 1G end: 100% - tag: root-part + tag: rootfs - mkfs: vfat - partition: efi-part + partition: efi - mkfs: ext4 - partition: root-part + partition: rootfs - - mount: root-part + - mount: rootfs - - unpack-rootfs: root-fs + - unpack-rootfs: rootfs - debootstrap: unstable mirror: http://deb.debian.org/debian - target: root-fs + target: rootfs unless: rootfs_unpacked - apt: install packages: - linux-image-amd64 - tag: root-fs + tag: rootfs unless: rootfs_unpacked - - cache-rootfs: root-fs + - cache-rootfs: rootfs unless: rootfs_unpacked - apt: install @@ -47,12 +47,12 @@ steps: - console-setup - locales-all - ifupdown - tag: root-fs + tag: rootfs - - ansible: root-fs + - ansible: rootfs playbook: x220.yml - grub: uefi - tag: root-fs - efi: efi-part + tag: rootfs + efi: efi image-dev: "{{ image }}" -- cgit v1.2.1