summaryrefslogtreecommitdiff
path: root/i386-uefi.vmdb
diff options
context:
space:
mode:
Diffstat (limited to 'i386-uefi.vmdb')
-rw-r--r--i386-uefi.vmdb59
1 files changed, 0 insertions, 59 deletions
diff --git a/i386-uefi.vmdb b/i386-uefi.vmdb
deleted file mode 100644
index deb5d06..0000000
--- a/i386-uefi.vmdb
+++ /dev/null
@@ -1,59 +0,0 @@
-# This is a sample VMDB2 input file that specifies a simple system for
-# an i386 machine that boots with UEFI.
-
-steps:
- - mkimg: "{{ output }}"
- size: 4G
-
- - mklabel: gpt
- device: "{{ output }}"
-
- - mkpart: primary
- device: "{{ output }}"
- start: 0%
- end: 1G
- tag: efi
-
- - mkpart: primary
- device: "{{ output }}"
- start: 1G
- end: 100%
- tag: /
-
- - kpartx: "{{ output }}"
-
- - mkfs: vfat
- partition: efi
-
- - mkfs: ext4
- partition: /
-
- - mount: /
-
- - virtual-filesystems: /
-
- - unpack-rootfs: /
-
- - debootstrap: buster
- arch: i386
- mirror: http://deb.debian.org/debian
- target: /
- unless: rootfs_unpacked
-
- - apt: install
- packages:
- - linux-image-686-pae
- fs-tag: /
- unless: rootfs_unpacked
-
- - cache-rootfs: /
- unless: rootfs_unpacked
-
- - chroot: /
- shell: |
- sed -i '/^root:[^:]*:/s//root::/' /etc/passwd
- echo i386-uefi-vmdb2 > /etc/hostname
-
- - grub: uefi
- tag: /
- efi: efi