# This is a sample VMDB2 input file that specifies a simple system for # a ppc64el machine that boots with IEEE1275. steps: - mkimg: "{{ output }}" size: 4G - mklabel: gpt device: "{{ output }}" - mkpart: primary device: "{{ output }}" start: 0% end: 10M tag: prep - mkpart: primary device: "{{ output }}" start: 10M end: 100% tag: / - kpartx: "{{ output }}" - mkfs: ext4 partition: / - mount: / - 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: - linux-image-powerpc64le fs-tag: / unless: rootfs_unpacked - virtual-filesystems: / - cache-rootfs: / unless: rootfs_unpacked - fstab: / - ansible: / playbook: ansible.yml - grub: ieee1275 tag: / prep: prep console: serial