mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fix starting xorg
This commit is contained in:
parent
d150ff45da
commit
54343c41d6
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
# start shell
|
# start shell
|
||||||
|
|
||||||
echo "#starting debug shell ###"
|
echo "### starting debug shell ###"
|
||||||
|
|
||||||
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1 &
|
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1
|
||||||
exec /bin/sh
|
|
||||||
|
@ -13,7 +13,7 @@ mkdir -p /var/lib/xkb/
|
|||||||
|
|
||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
mount -o bind /storage /var/log
|
mount -o bind /storage /var/log
|
||||||
mount -o bind /storage /var/tmp
|
|
||||||
fi
|
fi
|
||||||
|
# mount -o bind /storage /var/tmp
|
||||||
|
|
||||||
xinit $XINITRC -- $XSERVERRC &
|
xinit $XINITRC -- $XSERVERRC
|
||||||
|
@ -13,7 +13,7 @@ if test -f /usr/bin/mrxvt; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if /usr/bin/test "${OE_X_WM_ENABLED}" = "yes" ; then
|
if /usr/bin/test "${OE_X_WM_ENABLED}" = "yes" ; then
|
||||||
/usr/bin/evilwm ${args}> /dev/null 2>&1 &
|
/usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# /usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &
|
# /usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user