turns out i had to set overwrite: true because artix grub ships its own damn /etc/default/grub. also removed the konsole jumpscare during install. docs are now less cringe and more wikipedia.

This commit is contained in:
2026-07-21 17:48:06 +02:00
parent 2d6faa8422
commit 729da20717
17 changed files with 152 additions and 108 deletions
@@ -14,7 +14,7 @@ efiBootMgr: "efibootmgr"
installEFIFallback: true
efiBootloaderId: "Antergos"
efiBootloaderId: "Antergos NeXT"
# installHybridGRUB: false
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
---
overwrite: false
overwrite: true
prefer_grub_d: false
@@ -12,8 +12,9 @@ kernel_params: [ "quiet" ]
defaults:
GRUB_TIMEOUT: 5
GRUB_DEFAULT: "saved"
GRUB_DISTRIBUTOR: "Antergos NeXT"
GRUB_DISABLE_SUBMENU: true
GRUB_TERMINAL_OUTPUT: "console"
GRUB_TERMINAL_OUTPUT: "gfxterm"
GRUB_DISABLE_RECOVERY: true
GRUB_THEME: "/usr/share/grub/themes/antergos/theme.txt"