From 02761e9bd1e98c3ef268fcc2e56d07f62b7fc946 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 28 Apr 2025 15:50:17 +1000 Subject: [PATCH] Adjusted to avoid pxe boot options. --- vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- 2.47.2