diff options
Diffstat (limited to 'meta-selftest/wic/test_efi_plugin.wks')
-rw-r--r-- | meta-selftest/wic/test_efi_plugin.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/wic/test_efi_plugin.wks b/meta-selftest/wic/test_efi_plugin.wks index e876a4be0e..f75e0f0e0b 100644 --- a/meta-selftest/wic/test_efi_plugin.wks +++ b/meta-selftest/wic/test_efi_plugin.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" --active --align 1024 --use-uuid | 2 | part /boot --source bootimg_efi --sourceparams="loader=systemd-boot" --active --align 1024 --use-uuid |
3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid --label root | 3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid --label root |
4 | 4 | ||
5 | bootloader --timeout=0 --append="console=ttyS0,115200n8" | 5 | bootloader --timeout=0 --append="console=ttyS0,115200n8" |