Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
e208199c
Commit
e208199c
authored
Oct 10, 2021
by
longpanda
Browse files
Optimization for LiveCDGUI
parent
4c9065a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
LiveCDGUI/VTOY/autostart
LiveCDGUI/VTOY/autostart
+1
-0
LiveCDGUI/initrd.sh
LiveCDGUI/initrd.sh
+1
-2
LiveCDGUI/livecd.sh
LiveCDGUI/livecd.sh
+1
-1
No files found.
LiveCDGUI/VTOY/autostart
View file @
e208199c
...
...
@@ -11,3 +11,4 @@ echo "ShowAllDevice=0" >> $INIFILE
/ventoy/tool/x86_64/Ventoy2Disk.gtk3
--kiosk
reboot
LiveCDGUI/initrd.sh
View file @
e208199c
...
...
@@ -24,8 +24,7 @@ xzcat ../EXT/initrd.xz | cpio -idmu --quiet >/dev/null 2>&1
cp
-a
../EXT/
*
.xzm ./
cp
-a
../VTOY ./
chown
-R
0:0 ./VTOY
chmod
+x ./VTOY/init
chmod
+x ./VTOY/autostart
chmod
-R
777 ./VTOY
mkdir
ventoy
...
...
LiveCDGUI/livecd.sh
View file @
e208199c
...
...
@@ -25,7 +25,7 @@ if [ "$1" = "CI" ]; then
fi
if
[
!
-f
./EXT/vmlinuz
]
;
then
echo
"Please download EXT files first!"
echo
"Please download EXT files first
ly
!"
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment