mirror of https://github.com/ventoy/Ventoy.git
Optimization for LiveCDGUI
This commit is contained in:
parent
4c9065a60d
commit
e208199cca
|
@ -11,3 +11,4 @@ echo "ShowAllDevice=0" >> $INIFILE
|
||||||
|
|
||||||
/ventoy/tool/x86_64/Ventoy2Disk.gtk3 --kiosk
|
/ventoy/tool/x86_64/Ventoy2Disk.gtk3 --kiosk
|
||||||
|
|
||||||
|
reboot
|
||||||
|
|
|
@ -24,8 +24,7 @@ xzcat ../EXT/initrd.xz | cpio -idmu --quiet >/dev/null 2>&1
|
||||||
cp -a ../EXT/*.xzm ./
|
cp -a ../EXT/*.xzm ./
|
||||||
cp -a ../VTOY ./
|
cp -a ../VTOY ./
|
||||||
chown -R 0:0 ./VTOY
|
chown -R 0:0 ./VTOY
|
||||||
chmod +x ./VTOY/init
|
chmod -R 777 ./VTOY
|
||||||
chmod +x ./VTOY/autostart
|
|
||||||
|
|
||||||
|
|
||||||
mkdir ventoy
|
mkdir ventoy
|
||||||
|
|
|
@ -25,7 +25,7 @@ if [ "$1" = "CI" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f ./EXT/vmlinuz ]; then
|
if [ ! -f ./EXT/vmlinuz ]; then
|
||||||
echo "Please download EXT files first!"
|
echo "Please download EXT files firstly!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue