summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-09 07:57:37 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-09 07:57:37 +0300
commite0e6dd8542796900f872c009bcd79556f5532da8 (patch)
treee9fe2b249669fb06ba01fd91720070ae63f20a51
parent47a2ca578b885d1f8a5284a63b3695bbf62f32ae (diff)
downloadvmdb2-e0e6dd8542796900f872c009bcd79556f5532da8.tar.gz
fix(ppc64el.vmdb): fix so that it at least builds
I don't know if it boots, sorry. Sponsored-by: author
-rw-r--r--ppc64el.vmdb16
1 files changed, 10 insertions, 6 deletions
diff --git a/ppc64el.vmdb b/ppc64el.vmdb
index f04b550..2904ad7 100644
--- a/ppc64el.vmdb
+++ b/ppc64el.vmdb
@@ -27,15 +27,17 @@ steps:
- mount: /
- - virtual-filesystems: /
-
- unpack-rootfs: /
- debootstrap: buster
arch: ppc64el
mirror: http://deb.debian.org/debian
+ variant: minbase
target: /
unless: rootfs_unpacked
+ include:
+ - python3
+ - systemd-sysv
- apt: install
packages:
@@ -43,13 +45,15 @@ steps:
fs-tag: /
unless: rootfs_unpacked
+ - virtual-filesystems: /
+
- cache-rootfs: /
unless: rootfs_unpacked
- - chroot: /
- shell: |
- sed -i '/^root:[^:]*:/s//root::/' /etc/passwd
- echo ppc64el-vmdb2 > /etc/hostname
+ - fstab: /
+
+ - ansible: /
+ playbook: ansible.yml
- grub: ieee1275
tag: /