From f2a33b2390072ff1205344683ba09888709ca132 Mon Sep 17 00:00:00 2001 From: Xueqiang Wei Date: Wed, 18 Sep 2024 17:17:22 +0800 Subject: [PATCH] ovmf_check_efi: change sgdisk to parted Due to the deletion of sgdisk in the latest linux, change sgdisk to parted in this case Signed-off-by: Xueqiang Wei --- qemu/tests/cfg/ovmf_check_efi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/cfg/ovmf_check_efi.cfg b/qemu/tests/cfg/ovmf_check_efi.cfg index 740df3cab6..c3a8be72a0 100644 --- a/qemu/tests/cfg/ovmf_check_efi.cfg +++ b/qemu/tests/cfg/ovmf_check_efi.cfg @@ -2,7 +2,7 @@ only q35 only ovmf type = ovmf_check_efi - check_cmd = "parted -l /dev/[vs]da" + check_cmd = "parted -l" efi_info = "EFI System Partition" dmesg_cmd = "dmesg | grep EFI" Windows: