fix starting xorg

This commit is contained in:
Stephan Raue 2009-03-25 19:42:47 +01:00
parent d150ff45da
commit 54343c41d6
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@
# start shell
echo "#starting debug shell ###"
echo "### starting debug shell ###"
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1 &
exec /bin/sh
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1

View File

@ -13,7 +13,7 @@ mkdir -p /var/lib/xkb/
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
mount -o bind /storage /var/log
mount -o bind /storage /var/tmp
fi
# mount -o bind /storage /var/tmp
xinit $XINITRC -- $XSERVERRC &
xinit $XINITRC -- $XSERVERRC

View File

@ -13,7 +13,7 @@ if test -f /usr/bin/mrxvt; then
fi
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
# /usr/bin/evilwm -fn ${WM_FONT} ${args}> /dev/null 2>&1 &