From: longpanda Date: Thu, 7 Jan 2021 12:40:30 +0000 (+0800) Subject: update build script X-Git-Tag: v1.0.33~10 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/01c902e0268af1e3f193aed2dabc5d3d9c9eac22?ds=sidebyside update build script --- diff --git a/GRUB2/buildgrub.sh b/GRUB2/buildgrub.sh index 553a753..f04f2f5 100644 --- a/GRUB2/buildgrub.sh +++ b/GRUB2/buildgrub.sh @@ -31,5 +31,13 @@ make -j 16 sh install.sh uefi +#build for IA32 EFI +make distclean +./autogen.sh +./configure --target=i386 --with-platform=efi --prefix=$VT_GRUB_DIR/INSTALL/ +make -j 16 +sh install.sh i386efi + + cd ../../