Re: FYI about console sizes

Martin Husemann <[email protected]> Thu, 2 Jun 2022 17:37:29 +0200
Newsgroups gmane.os.netbsd.devel.installation
Message-ID <[email protected]>
On Thu, Jun 02, 2022 at 06:20:33AM +0000, John Klos wrote:
> So it's the installer USB stick that's causing it. But from where does that
> bizarre string come from?

Yeah, for umass devices we get the strings from the driver via a
dictionary and the strings may be "arbitrarily large".

I added code to truncate them for that menu.

Martin