summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-21 20:53:13 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-21 20:53:13 +0300
commite47b102288b09407d9c556b6f4721ea72f188f9d (patch)
tree90033b72a01810b03157807a0f752b7a9f0fcf31
parent5d152e7bb3d9c762e263f764a407cf476c9f5459 (diff)
downloadv-i-e47b102288b09407d9c556b6f4721ea72f188f9d.tar.gz
Fix: tabs in x220.vmdb
-rw-r--r--x220.vmdb26
1 files 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 }}"