From fba47b9d881af40eb2462aefd19040dc08314365 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 18 Jul 2016 09:43:04 -0500 Subject: weston-init: De-couple framebuffer console from Weston for systemd startup 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 Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston-init/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/wayland/weston-init/init') diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index 5c925f4541..d3e87c6cef 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init @@ -31,7 +31,7 @@ case "$1" in start) . /etc/profile - weston-start -s -- $OPTARGS + weston-start -- $OPTARGS ;; stop) -- cgit v1.2.3