forked from josch/mmdebstrap
mmdebstrap-autopkgtest-build-qemu: fix i386 grub target i386-efi -> i386-pc
This commit is contained in:
parent
420080648e
commit
2e8eaeb18b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue