From c312f6a3ffce65739a6421fdc36f609202b9cbfc Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Thu, 4 Sep 2025 17:02:04 -0600 Subject: [PATCH] inspect/serial-log: log to the directory shared with the host --- inspect/serial-log/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect/serial-log/init.sh b/inspect/serial-log/init.sh index 87206b9..69c1fef 100755 --- a/inspect/serial-log/init.sh +++ b/inspect/serial-log/init.sh @@ -3,4 +3,4 @@ set -x SERIAL_DEV=$1 DEV_NAME=$(basename "${SERIAL_DEV}") -tio -m INLCRNL --log --log-file "serial-log.${DEV_NAME}" "${SERIAL_DEV}" +tio -m INLCRNL --log --log-file "ext-dir/serial-log.${DEV_NAME}" "${SERIAL_DEV}"