Commit 01c902e0 authored by longpanda's avatar longpanda
Browse files

update build script

parent a68629a9
......@@ -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 ../../
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment