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@
-# $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
option INET6
option CRYPTO
+option FONT_SPLEEN8x16
+option FONT_SPLEEN12x24
+option FONT_SPLEEN16x32
+
option RAMDISK_HOOKS
option MINIROOTSIZE=7360
-# $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
option NO_PROPOLICE
option BOOT_CONFIG
+option FONT_SPLEEN8x16
+option FONT_SPLEEN12x24
+option FONT_SPLEEN16x32
+
option RAMDISK_HOOKS
option MINIROOTSIZE=24576