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.
unifi-restore
Dustin 2025-08-08 09:32:14 -05:00
parent abdd12b1d1
commit 5ddda0eae3
1 changed files with 1 additions and 1 deletions

View File

@ -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} \