From 2e8eaeb18bb8e163f46f563ba7ff93fc1d7eae82 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 5 Nov 2022 13:31:45 +0100 Subject: [PATCH] mmdebstrap-autopkgtest-build-qemu: fix i386 grub target i386-efi -> i386-pc --- mmdebstrap-autopkgtest-build-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap-autopkgtest-build-qemu b/mmdebstrap-autopkgtest-build-qemu index 1bab031..32cc296 100755 --- a/mmdebstrap-autopkgtest-build-qemu +++ b/mmdebstrap-autopkgtest-build-qemu @@ -145,7 +145,7 @@ case "$nativearch" in [ $BOOT = bios ] || [ $BOOT = efi ] if [ $BOOT = bios ]; then include="linux-image-686-pae grub-pc" - grub_target="i386-efi" + grub_target="i386-pc" elif [ $BOOT = efi ]; then include="linux-image-686-pae grub-efi" grub_target="i386-efi"