]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/all_in_one.sh
9 sh buildgrub.sh
|| exit 1
12 sh buildipxe.sh
|| exit 1
15 sh buildedk.sh
|| exit 1
20 # We almost rarely modifiy these code, so no need to build them everytime
21 # If you want to rebuild them, just uncomment them.
24 #cd $VTOY_PATH/VtoyTool
25 #sh build.sh || exit 1
27 #cd $VTOY_PATH/vtoyfat/fat_io_lib
30 #cd $VTOY_PATH/vtoyfat
31 #sh build.sh || exit 1
33 #cd $VTOY_PATH/vtoygpt
34 #sh build.sh || exit 1
36 #cd $VTOY_PATH/FUSEISO
42 # sh buidlibfuse.sh || exit 1
43 # sh buidexfat.sh || exit 1
44 # /bin/cp -a EXFAT/shared/mkexfatfs $VTOY_PATH/INSTALL/tool/mkexfatfs_64
45 # /bin/cp -a EXFAT/shared/mount.exfat-fuse $VTOY_PATH/INSTALL/tool/mount.exfat-fuse_64
48 # cd $VTOY_PATH/SQUASHFS/SRC
54 # cd $VTOY_PATH/SQUASHFS/squashfs-tools-4.4/squashfs-tools
57 # cd $VTOY_PATH/VBLADE/vblade-master
61 sh ventoy_pack.sh
|| exit 1
63 echo -e '\n============== SUCCESS ==================\n'