mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
installer: run in runlevel 'installer', some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b86123ed0c
commit
aa5e47822b
@ -22,7 +22,7 @@
|
||||
|
||||
# starting Installer
|
||||
#
|
||||
# runlevels: openelec
|
||||
# runlevels: installer
|
||||
|
||||
. /etc/profile
|
||||
|
||||
@ -30,5 +30,7 @@ progress "starting Installer"
|
||||
|
||||
while true; do
|
||||
/usr/bin/installer
|
||||
sync && poweroff
|
||||
done
|
||||
|
||||
sync
|
||||
poweroff
|
||||
|
Loading…
x
Reference in New Issue
Block a user