* psplash is finished properly before starting OPIE, it just leaves VTs in weird
state. It seems that actually OPIE cannot change VT to 2 after psplash, and instead
starts on VT 1, with console input activated, etc (i.e. user can type over
graphical framebuffer). Using VT 3 works ok.
if [ -x "$OPIEDIR/bin/opie-login" ]; then
echo Starting Opie-login....
- $OPIEDIR/bin/opie-login -terminal 2
+ $OPIEDIR/bin/opie-login -terminal 3
else
$OPIEDIR/bin/opie-reorgfiles
if [ -x /usr/bin/ssh-agent ]; then
export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh
fi
echo Starting Opie....
- $SSHAGENT $OPIEDIR/bin/qpe -terminal 2
+ $SSHAGENT $OPIEDIR/bin/qpe -terminal 3
fi
;;