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