mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
/etc/sysconfig: split /etc/conf.d/core script in seperate scripts
This commit is contained in:
parent
fff6919c7d
commit
c9149a3b7d
20
packages/python/multimedia/moovida/conf.d/moovida
Normal file
20
packages/python/multimedia/moovida/conf.d/moovida
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
################################################################################
|
||||||
|
# Moovida environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Moovida environment variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
MOOVIDA_FULLSCREEN=yes
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Do not change this.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
if test "$DEBUG" = yes; then
|
||||||
|
MOOVIDA_DEBUG=yes
|
||||||
|
MOOVIDA_TMPLOG=yes
|
||||||
|
MOOVIDA_LOGFILE='/var/log/moovida.log'
|
||||||
|
fi
|
13
packages/sysutils/busybox/conf.d/home
Normal file
13
packages/sysutils/busybox/conf.d/home
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (HOME) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Home environment variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
HOME="/storage"
|
||||||
|
|
||||||
|
export HOME
|
13
packages/sysutils/busybox/conf.d/language
Normal file
13
packages/sysutils/busybox/conf.d/language
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (Language) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Language variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
LANG='de_DE.UTF-8'
|
||||||
|
|
||||||
|
export LANG
|
13
packages/sysutils/busybox/conf.d/path
Normal file
13
packages/sysutils/busybox/conf.d/path
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (PATH) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# General environment variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
||||||
|
|
||||||
|
export PATH
|
11
packages/sysutils/busybox/conf.d/shell
Normal file
11
packages/sysutils/busybox/conf.d/shell
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (Shell) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Prompt environment variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
PS1='\u@\h:\w \$ '
|
19
packages/virtual/Xorg/conf.d/xorg
Normal file
19
packages/virtual/Xorg/conf.d/xorg
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
################################################################################
|
||||||
|
# X.org environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# X environment variables.
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
DISPLAY=':0.0'
|
||||||
|
TTY=1
|
||||||
|
XINITRC='/usr/lib/X11/xinit/xinitrc'
|
||||||
|
XSERVERRC='/usr/lib/X11/xinit/xserverrc'
|
||||||
|
|
||||||
|
export DISPLAY
|
||||||
|
export XINITRC
|
||||||
|
export XSERVERRC
|
||||||
|
export TTY
|
11
packages/x11/other/openbox/conf.d/openbox
Normal file
11
packages/x11/other/openbox/conf.d/openbox
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
################################################################################
|
||||||
|
# Openbox environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# Turn on/off WindowManager
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
OE_X_WM_ENABLED=yes
|
Loading…
x
Reference in New Issue
Block a user