fix 32 font size

This commit is contained in:
Tobias Powalowski 2023-01-29 18:12:10 +01:00
parent e2080eb4e8
commit ab1f323686
3 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@ setup:
- Auto-Prepare mode is systemd-gpt-auto-generator compliant now
- devices are listed with their SIZE in menus
- enable colored bash prompt and ls output on installed system
- always add bash-completion on installed system
- added Unified Kernel Image suppport in EFISTUB menu
- new efibootmgr routine
- disable unsafe menu entries on installed system

View file

@ -40,7 +40,7 @@ _do_vconsole() {
}
_set_vconsole() {
if grep -qw 'sun32' /etc/vconsole.conf; then
if grep -qw 'FONT=*32*' /etc/vconsole.conf; then
_FONTS="ter-v32n Worldwide latarcyrheb-sun32 Worldwide"
_CANCEL=
#shellcheck disable=SC2086

View file

@ -965,7 +965,7 @@ Its an initramdisk which includes everything. The calculated size to boot the
<td>Yes</td>
</tr>
<tr class="even">
<td>Default <a href="https://wiki.archlinux.org/title/Command-line_shell" title="Shell"><strong>Shell</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Command-line_shell" title="Shell"><strong>Shell</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Bash" title="Bash"><strong>Bash</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Zsh" title="Zsh"><strong>Zsh</strong></a></td>
</tr>