index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2023-02-27 19:31:45 +0100 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2023-02-27 19:31:45 +0100 |
commit | 8535d695ff6dadb1fd47973c083c9af4698b56fc (patch) | |
tree | 9e5ffa9b53ef52fe2faa198dcd832d0052936c51 /configs/releng | |
parent | cedb3d142c470511ba1bb86fa987fd9bb39501d2 (diff) |
-rw-r--r-- | configs/releng/grub/grub.cfg | 3 |
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index 1882e49..5ea764d 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/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 |