mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox:
- cosmetics: we dont have an runlevel debug - cosmetics
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user