From 4cb88a0e212ec27aff97e58058ff3da5a21a5bc2 Mon Sep 17 00:00:00 2001 From: Jesse Lucas Date: Thu, 3 May 2018 00:07:42 -0400 Subject: [PATCH] Update to language about tty settings OpenBSD still needs to create the proper tty settings in order to install. During the installation the installer will ask if you would like to make these settings default. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 755e841..6a6e390 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,6 @@ If the BIOS needs updating - the version displayed during boot is not the latest ### Serial console settings for OpenBSD -Note: Starting with OpenBSD 6.0, this is done by the installer. - The following settings are required for proper serial console output: ``` @@ -87,7 +85,8 @@ stty com0 115200 set tty com0 ``` -Enter them in the `boot>` prompt when booting the installer. Put them in `/etc/boot.conf` so they're always in effect. +Enter them in the `boot>` prompt when booting the installer. Put them in `/etc/boot.conf` so they're always in effect ( +Note: Starting with OpenBSD 6.0, the installer will ask you to add them to boot.conf). ### Install OpenBSD