Print debug info

This commit is contained in:
Kroese 2023-05-02 01:39:56 +02:00 committed by GitHub
parent 11ff0cf02a
commit db97225ad0

View File

@ -254,5 +254,5 @@ else
fi
[ "$DEBUG" = "Y" ] && echo "Finished network setup.." && echo
[ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo
NET_OPTS="${NET_OPTS} -device virtio-net-pci,romfile=,netdev=hostnet0,mac=${VM_NET_MAC},id=net0"