svn commit: r291912 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Mon Dec 7 04:02:21 UTC 2015


Author: imp
Date: Mon Dec  7 04:02:19 2015
New Revision: 291912
URL: https://svnweb.freebsd.org/changeset/base/291912

Log:
  Default serial connection to 115200. Hardly anybody uses slower these
  days, and those that do can use NANO_BOOT2CFG to change it.

Modified:
  head/tools/tools/nanobsd/defaults.sh   (contents, props changed)

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh	Mon Dec  7 02:56:08 2015	(r291911)
+++ head/tools/tools/nanobsd/defaults.sh	Mon Dec  7 04:02:19 2015	(r291912)
@@ -134,7 +134,7 @@ NANO_BOOTLOADER="boot/boot0sio"
 
 # boot2 flags/options
 # default force serial console
-NANO_BOOT2CFG="-h"
+NANO_BOOT2CFG="-h -S115200"
 
 # Backing type of md(4) device
 # Can be "file" or "swap"


More information about the svn-src-all mailing list