mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
busybox: add runlevel 'installer'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
816d453095
commit
b551e33292
@ -4,6 +4,9 @@
|
||||
textmode)
|
||||
TEXTMODE=yes
|
||||
;;
|
||||
installer)
|
||||
INSTALLER=yes
|
||||
;;
|
||||
debugging)
|
||||
DEBUG=yes
|
||||
;;
|
||||
|
@ -7,8 +7,13 @@
|
||||
|
||||
# getting runlevel
|
||||
RUNLEVEL="openelec"
|
||||
|
||||
if test "$TEXTMODE" = yes; then
|
||||
RUNLEVEL="textmode"
|
||||
fi
|
||||
|
||||
if test "$INSTALLER" = yes; then
|
||||
RUNLEVEL="installer"
|
||||
fi
|
||||
|
||||
export RUNLEVEL
|
Loading…
x
Reference in New Issue
Block a user