]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
update build script
authorlongpanda <admin@ventoy.net>
Thu, 7 Jan 2021 12:40:30 +0000 (20:40 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 7 Jan 2021 12:40:30 +0000 (20:40 +0800)
GRUB2/buildgrub.sh

index 553a75312477dfebd7fe008e6d5b0f0b3265b7a3..f04f2f5cb2a0b6315e60f46a65123c7cb4314480 100644 (file)
@@ -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 ../../