mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- include /etc/profile
This commit is contained in:
parent
fe3948405c
commit
7d39cfe95c
@ -25,6 +25,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
progress "mounting needed filesystems"
|
||||
|
||||
$IONICE mount -n -t ramfs none /var
|
||||
|
@ -25,6 +25,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
progress "make variable directory structure"
|
||||
$IONICE mkdir -p /var/cache \
|
||||
/var/log \
|
||||
|
@ -25,6 +25,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
progress "copy userconfig and samples"
|
||||
|
||||
if [ -d /usr/config ]; then
|
||||
|
@ -25,6 +25,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
(
|
||||
progress "Starting Syslog daemon"
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
(
|
||||
progress "Starting cron daemon"
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
(
|
||||
progress "Starting ACPI daemon"
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
. /etc/profile
|
||||
|
||||
clear
|
||||
|
||||
# starting init scripts for wanted runlevel
|
||||
|
Loading…
x
Reference in New Issue
Block a user