From: Ralph Ronnquist Date: Mon, 28 Apr 2025 05:50:17 +0000 (+1000) Subject: Adjusted to avoid pxe boot options. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=02761e9bd1e98c3ef268fcc2e56d07f62b7fc946;p=rrq%2Ftiniest.git Adjusted to avoid pxe boot options. --- diff --git a/vm.sh b/vm.sh index 4e8522a..2295f5b 100755 --- a/vm.sh +++ b/vm.sh @@ -61,7 +61,7 @@ fi case "$NET" in vde) - NET="-net nic,model=e1000 -net vde,sock=/run/vde.ctl" + NET="-device e1000,romfile= -net vde,sock=/run/vde.ctl" ;; *) NET=