From a9598aae97f44057d021f4d3c48bb1e12a524a82 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 7 Dec 2015 04:02:19 +0000 Subject: [PATCH] Default serial connection to 115200. Hardly anybody uses slower these days, and those that do can use NANO_BOOT2CFG to change it. --- tools/tools/nanobsd/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh index 067d306689a7..28a12200284b 100755 --- a/tools/tools/nanobsd/defaults.sh +++ b/tools/tools/nanobsd/defaults.sh @@ -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"