Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels.
authorfcambus <fcambus@openbsd.org>
Thu, 10 Jun 2021 06:54:42 +0000 (06:54 +0000)
committerfcambus <fcambus@openbsd.org>
Thu, 10 Jun 2021 06:54:42 +0000 (06:54 +0000)
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@

sys/arch/amd64/conf/RAMDISK_CD
sys/arch/arm64/conf/RAMDISK

index 66c6536..6ef07cb 100644 (file)
@@ -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
 
index 08745f8..fbf7a13 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.153 2021/05/29 08:50:07 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.154 2021/06/10 06:54:42 fcambus Exp $
 
 machine                arm64
 maxusers       4
@@ -9,6 +9,10 @@ option         SMALL_KERNEL
 option         NO_PROPOLICE
 option         BOOT_CONFIG
 
+option         FONT_SPLEEN8x16
+option         FONT_SPLEEN12x24
+option         FONT_SPLEEN16x32
+
 option         RAMDISK_HOOKS
 option         MINIROOTSIZE=24576