mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-21 03:12:41 +01:00
shutdown_funkey forces a last ro
This commit is contained in:
@@ -3,20 +3,11 @@
|
|||||||
# Notif fullscreen "Shutting down"
|
# Notif fullscreen "Shutting down"
|
||||||
notif_set 0 "^^^^^^^^ SHUTTING DOWN...^^^^^^^^"
|
notif_set 0 "^^^^^^^^ SHUTTING DOWN...^^^^^^^^"
|
||||||
|
|
||||||
# Kill Emulators
|
|
||||||
#kill_emulators >/dev/null 2>&1
|
|
||||||
|
|
||||||
# Kill Retrofe
|
|
||||||
#pkill retrofe
|
|
||||||
|
|
||||||
# Sync filesystems (useful in case poweroff could not finish)
|
|
||||||
sync
|
|
||||||
|
|
||||||
# Unmount Roms partition
|
|
||||||
#umount /mnt
|
|
||||||
|
|
||||||
# Shutdown amp
|
# Shutdown amp
|
||||||
start_audio_amp 0 >/dev/null 2>&1
|
start_audio_amp 0 >/dev/null 2>&1
|
||||||
|
|
||||||
|
# Force Read Only
|
||||||
|
ro
|
||||||
|
|
||||||
# Poweroff
|
# Poweroff
|
||||||
poweroff
|
poweroff
|
||||||
|
|||||||
Reference in New Issue
Block a user