Make GRUB
verbose on surface book
This commit is contained in:
parent
3e3bcc1f4f
commit
de061a8f2a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ function initializeConfig() {
|
||||||
. "$dir/../../../scripts/Common/Config/Steam/hidpi.sh";
|
. "$dir/../../../scripts/Common/Config/Steam/hidpi.sh";
|
||||||
. "$dir/../../../scripts/Unix/Devices/Surface Book 2/install.sh";
|
. "$dir/../../../scripts/Unix/Devices/Surface Book 2/install.sh";
|
||||||
. "$dir/../../../scripts/Unix/Devices/Logitech G903/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";
|
. "../../../scripts/Arch/OS/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue