- include /etc/profile
This commit is contained in:
Stephan Raue 2010-05-16 11:04:11 +02:00
parent fe3948405c
commit 7d39cfe95c
7 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -25,6 +25,8 @@
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
. /etc/profile
( (
progress "Starting Syslog daemon" progress "Starting Syslog daemon"

View File

@ -25,6 +25,8 @@
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
. /etc/profile
( (
progress "Starting cron daemon" progress "Starting cron daemon"

View File

@ -24,6 +24,8 @@
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
. /etc/profile
( (
progress "Starting ACPI daemon" progress "Starting ACPI daemon"

View File

@ -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