From 135ce08203ccebc002b4a25c0edb6d377379f428 Mon Sep 17 00:00:00 2001 From: Nick Venenga Date: Sat, 14 Oct 2023 18:08:59 -0400 Subject: [PATCH] Enable serial console Enable serial console so boot status/information can be obtained programmatically --- build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.sh b/build.sh index 171a10d..bd1de5f 100644 --- a/build.sh +++ b/build.sh @@ -160,6 +160,15 @@ echo >>enablessh.local $vmsh inputFile $osname enablessh.local +ssh $osname sh < /boot/loader.conf +boot_multicons=YES +boot_serial=YES +comconsole_speed=9600 +CONF + +EOF + ssh $osname sh <.ssh/config