Adjusted to avoid pxe boot options.
authorRalph Ronnquist <rrq@rrq.au>
Mon, 28 Apr 2025 05:50:17 +0000 (15:50 +1000)
committerRalph Ronnquist <rrq@rrq.au>
Mon, 28 Apr 2025 05:50:17 +0000 (15:50 +1000)
vm.sh

diff --git a/vm.sh b/vm.sh
index 4e8522ac3ec842b8a76a06d65f5ab6575f7df743..2295f5b59ec9d60de0709a9b192bd6a3d99a93c5 100755 (executable)
--- 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=