From 88ac5235d62135806157183c466fdea202ce38f8 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 7 Sep 2023 13:42:31 +0100 Subject: [PATCH] Enable Wayland by default --- stage4/06-enable-wayland/00-run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 stage4/06-enable-wayland/00-run.sh diff --git a/stage4/06-enable-wayland/00-run.sh b/stage4/06-enable-wayland/00-run.sh new file mode 100755 index 0000000..bd8bbc3 --- /dev/null +++ b/stage4/06-enable-wayland/00-run.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +on_chroot << EOF + SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_wayland W2 +EOF