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