diff options
Diffstat (limited to 'meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks')
-rw-r--r-- | meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks b/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks index 83f136ac15..3a58c8137c 100644 --- a/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks +++ b/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks | |||
@@ -1,5 +1,5 @@ | |||
1 | # short-description: This file is used in oe-selftest wic module to test efi plugin | 1 | # short-description: This file is used in oe-selftest wic module to test efi plugin |
2 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid | 2 | part /boot --source bootimg_efi --sourceparams="loader=systemd-boot,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid |
3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid | 3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid |
4 | 4 | ||
5 | bootloader --timeout=0 | 5 | bootloader --timeout=0 |