mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-03 03:10:48 -04:00
update tip message for recalbox img file.
This commit is contained in:
parent
34a36bfc3e
commit
be0e19fc5b
@ -1,15 +1,21 @@
|
|||||||
echo '#################################################' > /dev/console
|
|
||||||
echo '#################################################' > /dev/console
|
|
||||||
echo '### PLEASE REBOOT AND BOOT FROM VENTOY AGAIN ###' > /dev/console
|
|
||||||
echo '#################################################' > /dev/console
|
|
||||||
echo '#################################################' > /dev/console
|
|
||||||
|
|
||||||
echo '#################################################' > /dev/tty0
|
|
||||||
echo '#################################################' > /dev/tty0
|
|
||||||
echo '### PLEASE REBOOT AND BOOT FROM VENTOY AGAIN ###' > /dev/tty0
|
|
||||||
echo '#################################################' > /dev/tty0
|
|
||||||
echo '#################################################' > /dev/tty0
|
|
||||||
|
|
||||||
|
|
||||||
sync
|
sync
|
||||||
sleep 3600
|
|
||||||
|
while [ -n "Y" ]; do
|
||||||
|
clear > /dev/console
|
||||||
|
echo '################################################' > /dev/console
|
||||||
|
echo '################################################' > /dev/console
|
||||||
|
echo '### Please reboot and load from Ventoy again ###' > /dev/console
|
||||||
|
echo '### This only needed for the first boot time ###' > /dev/console
|
||||||
|
echo '################################################' > /dev/console
|
||||||
|
echo '################################################' > /dev/console
|
||||||
|
|
||||||
|
clear > /dev/tty0
|
||||||
|
echo '################################################' > /dev/tty0
|
||||||
|
echo '################################################' > /dev/tty0
|
||||||
|
echo '### Please reboot and load from Ventoy again ###' > /dev/tty0
|
||||||
|
echo '### This only needed for the first boot time ###' > /dev/tty0
|
||||||
|
echo '################################################' > /dev/tty0
|
||||||
|
echo '################################################' > /dev/tty0
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user