mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
# starting Installer
|
||||||
#
|
#
|
||||||
# runlevels: openelec
|
# runlevels: installer
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
@ -30,5 +30,7 @@ progress "starting Installer"
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/installer
|
/usr/bin/installer
|
||||||
sync && poweroff
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
sync
|
||||||
|
poweroff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user