mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-08 12:08:23 +08:00
Add LiveCD binaries
This commit is contained in:
parent
2185556dfd
commit
08d218fd82
@ -137,12 +137,8 @@ zip -r ventoy-${curver}-windows.zip $tmpdir/
|
||||
|
||||
rm -rf $tmpdir
|
||||
|
||||
cd ../LiveCD
|
||||
if [ "$1" = "CI" ]; then
|
||||
echo "=============== run docker_ci.sh ==============="
|
||||
sh docker_ci.sh $1
|
||||
fi
|
||||
echo "=============== run livecd.sh ==============="
|
||||
cd ../LiveCD
|
||||
sh livecd.sh $1
|
||||
cd $CurDir
|
||||
|
||||
|
BIN
LiveCD/ISO/EFI/boot/corepure64.gz
Normal file
BIN
LiveCD/ISO/EFI/boot/corepure64.gz
Normal file
Binary file not shown.
BIN
LiveCD/ISO/EFI/boot/modules64.gz
Normal file
BIN
LiveCD/ISO/EFI/boot/modules64.gz
Normal file
Binary file not shown.
BIN
LiveCD/ISO/EFI/boot/vmlinuz64
Normal file
BIN
LiveCD/ISO/EFI/boot/vmlinuz64
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/dosfstools.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/dosfstools.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/glib2.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/glib2.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/libffi.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/libffi.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/liblvm2.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/liblvm2.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/ncursesw.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/ncursesw.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/parted.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/parted.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/readline.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/readline.tcz
Normal file
Binary file not shown.
BIN
LiveCD/VTOY/ventoy/tcz/udev-lib.tcz
Normal file
BIN
LiveCD/VTOY/ventoy/tcz/udev-lib.tcz
Normal file
Binary file not shown.
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
VENTOY_PATH=$PWD/../
|
||||
|
||||
for i in vmlinuz64 corepure64.gz modules64.gz; do
|
||||
wget -q -P ISO/EFI/boot/ http://www.tinycorelinux.net/11.x/x86_64/release/distribution_files/$i
|
||||
done
|
||||
|
||||
[ -d VTOY/ventoy/tcz ] || mkdir -p VTOY/ventoy/tcz
|
||||
|
||||
for i in dosfstools.tcz glib2.tcz libffi.tcz liblvm2.tcz ncursesw.tcz parted.tcz readline.tcz udev-lib.tcz; do
|
||||
wget -q -P VTOY/ventoy/tcz/ http://distro.ibiblio.org/tinycorelinux/11.x/x86_64/tcz/$i
|
||||
done
|
Loading…
Reference in New Issue
Block a user