The serial bootblocks use the selected serial port, not the first serial port.
This commit is contained in:
parent
703d1d4836
commit
8e979cd999
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: msg.md.en,v 1.4 2019/11/16 21:25:14 martin Exp $ */
|
||||
/* $NetBSD: msg.md.en,v 1.5 2024/01/16 21:04:26 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -53,7 +53,7 @@ message getboottype
|
|||
{Would you like to install the normal set of bootblocks or serial bootblocks?
|
||||
|
||||
Normal bootblocks use the BIOS console device as the console
|
||||
(usually the monitor and keyboard). Serial bootblocks use the first
|
||||
(usually the monitor and keyboard). Serial bootblocks use the selected
|
||||
serial port as the console.
|
||||
|
||||
Selected bootblock: }
|
||||
|
|
Loading…
Reference in New Issue