2009-09-14 18:41:38 +02:00
|
|
|
################################################################################
|
2010-03-25 12:11:29 +01:00
|
|
|
# Core (Shell) environment variables.
|
2009-09-14 18:41:38 +02:00
|
|
|
#
|
|
|
|
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
|
|
|
# evironment variables that are not user defined.
|
|
|
|
|
################################################################################
|
|
|
|
|
|
2010-03-25 12:11:29 +01:00
|
|
|
# setting some Variables
|
|
|
|
|
if test "$FASTBOOT" = "yes"; then
|
|
|
|
|
IONICE="ionice -c 1 -n 0"
|
|
|
|
|
NICE_20="nice -n -20"
|
|
|
|
|
else
|
|
|
|
|
FASTBOOT=no
|
|
|
|
|
fi
|
2009-09-14 18:41:38 +02:00
|
|
|
|
2010-03-25 12:11:29 +01:00
|
|
|
export FASTBOOT
|