From 79dcc600b85d29aac9ce09eb20dfc0e548dd7f19 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 12 Apr 2024 08:34:54 +0200 Subject: [PATCH] Make `GRUB` verbose on surface book --- profiles/ManuSurface/Arch/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/ManuSurface/Arch/install.sh b/profiles/ManuSurface/Arch/install.sh index 45b06f8f..ddbb04b0 100755 --- a/profiles/ManuSurface/Arch/install.sh +++ b/profiles/ManuSurface/Arch/install.sh @@ -17,6 +17,9 @@ function initializeConfig() { . "$dir/../../../scripts/Common/Config/Steam/hidpi.sh"; . "$dir/../../../scripts/Unix/Devices/Surface Book 2/install.sh"; . "$dir/../../../scripts/Unix/Devices/Logitech G903/install.sh"; + + # Because, as it looks, Surface Books are fucking stupid. + . "$dir/../../../scripts/Common/Config/GRUB/verbose.sh"; } . "../../../scripts/Arch/OS/install.sh";