Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 1 | # short-description: This file is used in oe-selftest wic module to test efi plugin |
2 | |||||
3 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,create-unified-kernel-image=true,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid | ||||
4 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid | ||||
5 | |||||
6 | bootloader --timeout=0 --append="console=ttyS0,115200n8" |