The framebuffer console was using the same I/O as Weston. We fix this
by having openvt switch to the new VT when starting weston-launch, same
as is already done for the sysvinit case.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
start)
. /etc/profile
- weston-start -s -- $OPTARGS
+ weston-start -- $OPTARGS
;;
stop)
#!/bin/sh
# Copyright (C) 2016 O.S. Systems Software LTDA.
+# Copyright (C) 2016 Freescale Semiconductor
export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
launcher="weston-launch --"
fi
-openvt_args=""
+openvt_args="-s"
while [ -n "$1" ]; do
if [ "$1" = "--" ]; then
shift