From 5ddda0eae3221b7410c91153fa6c3351fe8ec514 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 8 Aug 2025 09:32:14 -0500 Subject: [PATCH] newvm: Send Anaconda syslog to Victoria Logs This will make troubleshooting issues with the Fedora installer easier. Without it, the only way to access the installer's logs is to run it without `inst.notmux`, connect to the VM console, and manually inspect the log files while the installer is running. --- newvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newvm.sh b/newvm.sh index 5b1527f..2bb7340 100755 --- a/newvm.sh +++ b/newvm.sh @@ -170,7 +170,7 @@ if [ -n "${http_proxy}" ]; then extra_args="${extra_args} proxy=${http_proxy}" fi fi -extra_args="${extra_args} inst.notmux quiet systemd.show_status=1 console=ttyS0" +extra_args="${extra_args} inst.notmux quiet systemd.show_status=1 inst.syslog=logs.pyrocufflink.blue:601 console=ttyS0" set -- \ --name ${name} \