X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/519fac719ed4c31dad0618520afedc5be24af2c2..a37c6af8d083a98e64bb6c30efccf60eb3f71a6d:/GRUB2/buildgrub.sh diff --git a/GRUB2/buildgrub.sh b/GRUB2/buildgrub.sh index c1878f0..c172a68 100644 --- a/GRUB2/buildgrub.sh +++ b/GRUB2/buildgrub.sh @@ -58,8 +58,9 @@ sh install.sh arm64 # build for i386-pc echo '======== build grub2 for i386-pc ===============' +make distclean ./autogen.sh -./configure --prefix=$VT_GRUB_DIR/INSTALL/ +./configure --target=i386 --with-platform=pc --prefix=$VT_GRUB_DIR/INSTALL/ make -j 16 sh install.sh