summaryrefslogtreecommitdiff
path: root/x220.vmdb
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-25 11:27:26 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 20:00:01 +0200
commitcadde0df60e97c663825969cc5a7c35e9e96bb97 (patch)
tree8314b59b44cf249508ce96dbc98bb5f61c438045 /x220.vmdb
parent589a8f97b2bda1198cff82e9497018e0ca184d25 (diff)
downloadv-i-cadde0df60e97c663825969cc5a7c35e9e96bb97.tar.gz
Change: make v-i work on my x220
Previously, mysterious failings with grub.
Diffstat (limited to 'x220.vmdb')
-rw-r--r--x220.vmdb23
1 files changed, 12 insertions, 11 deletions
diff --git a/x220.vmdb b/x220.vmdb
index d184107..26f913a 100644
--- a/x220.vmdb
+++ b/x220.vmdb
@@ -15,30 +15,30 @@ steps:
device: "{{ image }}"
start: 1G
end: 100%
- tag: rootfs
+ tag: /
- mkfs: vfat
partition: efi
- mkfs: ext4
- partition: rootfs
+ partition: /
- - mount: rootfs
+ - mount: /
- - unpack-rootfs: rootfs
+ - unpack-rootfs: /
- - debootstrap: unstable
+ - debootstrap: buster
mirror: http://deb.debian.org/debian
- target: rootfs
+ target: /
unless: rootfs_unpacked
- apt: install
packages:
- linux-image-amd64
- tag: rootfs
+ tag: /
unless: rootfs_unpacked
- - cache-rootfs: rootfs
+ - cache-rootfs: /
unless: rootfs_unpacked
- apt: install
@@ -47,12 +47,13 @@ steps:
- console-setup
- locales-all
- ifupdown
- tag: rootfs
+ - ssh
+ tag: /
- - ansible: rootfs
+ - ansible: /
playbook: x220.yml
- grub: uefi
- tag: rootfs
+ tag: /
efi: efi
image-dev: "{{ image }}"