mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- cosmetics: we dont have an runlevel debug - cosmetics
This commit is contained in:
parent
3b89c4d26c
commit
62dd1e812c
@ -1,11 +1,10 @@
|
||||
#
|
||||
# start syslog daemon
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
# runlevels: openelec, text
|
||||
|
||||
(
|
||||
progress "Starting Syslog daemon"
|
||||
|
||||
mkdir -p /var/log
|
||||
syslogd
|
||||
)&
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# start syslog daemon
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
# runlevels: openelec, text
|
||||
|
||||
HOSTNAME=`cat /etc/hostname`
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# start debug shell
|
||||
#
|
||||
# runlevels: openelec, debug, text
|
||||
# runlevels: openelec, text
|
||||
|
||||
TTY="3"
|
||||
|
||||
if [ "$DEBUG"="yes" ]; then
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
|
||||
echo "###########################################"
|
||||
echo "## it seems we are running in Debug mode ##"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# start the ACPI daemon subsystem
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
# runlevels: openelec, text
|
||||
|
||||
(
|
||||
progress "Starting ACPI daemon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user