From fde4da536b88b4cb4bfbd91ad50a5e20ac7f2199 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 15 Mar 2024 08:40:36 +0100 Subject: [PATCH] Fix SurfaceBook 2 boot-up --- scripts/Arch/Devices/SurfaceBook2/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/Arch/Devices/SurfaceBook2/install.sh b/scripts/Arch/Devices/SurfaceBook2/install.sh index 80c62357..d96ec4f9 100755 --- a/scripts/Arch/Devices/SurfaceBook2/install.sh +++ b/scripts/Arch/Devices/SurfaceBook2/install.sh @@ -6,6 +6,11 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../Software/xone/install.sh"; . "../Surface/install.sh"; +{ + echo "# vim:set ft=sh"; + echo "MODULES=(pinctrl_sunrisepoint surface_dtx)"; +} | sudo tee /etc/mkinitcpio.conf.d/surface-book-2.conf; + yay --noconfirm -Syu \ surface-dtx-daemon-bin \ surface-control-bin;