diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2021-06-10 06:54:43 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2021-06-10 06:54:43 +0000 |
commit | 4b8d5f7f864c45e8e305c519a7f4c3e69cb44ea7 (patch) | |
tree | 2af1bb9127115527ab162d308753f6bf3b542b70 /sys/arch/amd64/conf | |
parent | a27c9e6d3b90320bf60a6999e0eb0d7649890142 (diff) |
Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels.
The size of kernel fonts in RAMDISKs had long been a problem on systems
with large screen resolutions booting via EFI, as previously only the 8x16
font was built into RAMDISKs. As those systems are becoming more common,
this should make the installation and update process more comfortable.
OK deraadt@, jcs@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 66c6536f7de..6ef07cb49bc 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.190 2020/12/27 23:05:37 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.191 2021/06/10 06:54:42 fcambus Exp $ machine amd64 maxusers 4 @@ -20,6 +20,10 @@ option MSDOSFS option INET6 option CRYPTO +option FONT_SPLEEN8x16 +option FONT_SPLEEN12x24 +option FONT_SPLEEN16x32 + option RAMDISK_HOOKS option MINIROOTSIZE=7360 |