Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/baseline
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2023-02-27 19:31:45 +0100
committerDavid Runge <dvzrv@archlinux.org>2023-02-27 19:31:45 +0100
commit8535d695ff6dadb1fd47973c083c9af4698b56fc (patch)
tree9e5ffa9b53ef52fe2faa198dcd832d0052936c51 /configs/baseline
parentcedb3d142c470511ba1bb86fa987fd9bb39501d2 (diff)
Use console as grub's terminal_output
configs/{baseline,releng}/grub/grub.cfg: Use `console` as grub's `terminal_output`, as with `gfxterm` only a blank screen is shown on some hardware. Fixes #212
Diffstat (limited to 'configs/baseline')
-rw-r--r--configs/baseline/grub/grub.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/baseline/grub/grub.cfg b/configs/baseline/grub/grub.cfg
index ed56578..40248eb 100644
--- a/configs/baseline/grub/grub.cfg
+++ b/configs/baseline/grub/grub.cfg
@@ -12,10 +12,9 @@ insmod udf
insmod all_video
insmod font
if loadfont "${prefix}/fonts/unicode.pf2" ; then
- insmod gfxterm
set gfxmode="auto"
terminal_input console
- terminal_output gfxterm
+ terminal_output console
fi
# Enable serial console