]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/all_in_one.sh
8 export PATH
=$PATH:/opt
/gcc
-linaro-7.4
.1-2019.02
-x86_64_aarch64-linux-gnu/bin
:/opt
/aarch64
--uclibc--stable-2020.08
-1/bin
12 sh buildgrub.sh
|| exit 1
15 sh buildipxe.sh
|| exit 1
18 sh buildedk.sh
|| exit 1
23 # We almost rarely modifiy these code, so no need to build them everytime
24 # If you want to rebuild them, just uncomment them.
27 #cd $VTOY_PATH/VtoyTool
28 #sh build.sh || exit 1
30 #cd $VTOY_PATH/vtoyfat/fat_io_lib
33 #cd $VTOY_PATH/vtoyfat
34 #sh build.sh || exit 1
36 #cd $VTOY_PATH/vtoygpt
37 #sh build.sh || exit 1
39 #cd $VTOY_PATH/FUSEISO
45 # sh buidlibfuse.sh || exit 1
46 # sh buidexfat.sh || exit 1
47 # /bin/cp -a EXFAT/shared/mkexfatfs $VTOY_PATH/INSTALL/tool/mkexfatfs_64
48 # /bin/cp -a EXFAT/shared/mount.exfat-fuse $VTOY_PATH/INSTALL/tool/mount.exfat-fuse_64
51 # cd $VTOY_PATH/SQUASHFS/SRC
57 # cd $VTOY_PATH/SQUASHFS/squashfs-tools-4.4/squashfs-tools
60 # cd $VTOY_PATH/VBLADE/vblade-master
65 if [ "$1" = "CI" ]; then
67 sed "s/VENTOY_VERSION=.*/VENTOY_VERSION=\"$Ver\"/" -i .
/grub
/grub.cfg
70 sh ventoy_pack.sh
$1 || exit 1
72 echo -e '\n============== SUCCESS ==================\n'