diff --git a/machines/loc1xe/vm1/run.sh b/machines/loc1xe/vm1/run.sh index 747efe5..fd799bb 100755 --- a/machines/loc1xe/vm1/run.sh +++ b/machines/loc1xe/vm1/run.sh @@ -7,4 +7,4 @@ kernel=/boot/vmlinuz-linux initrd_dir="$1" sockpath="$2" shift 2 -qemu-system-"$arch" -m 1G -nic tap,id=net0,ifname=tap-vm1,script=no,downscript=no -kernel "$kernel" -initrd "$initrd_dir/initrd.img" -chardev socket,id=sock0,path="$sockpath",mux=on,server=off -serial chardev:sock0 -mon chardev=sock0,mode=readline -daemonize -append console=ttyS0,115200n1 "$@" +qemu-system-"$arch" -m 1G -nic tap,id=net0,ifname=tap-vm1,script=no,downscript=no -kernel "$kernel" -initrd "$initrd_dir/initrd.img" -chardev socket,id=sock0,path="$sockpath",mux=on,server=off -serial chardev:sock0 -mon chardev=sock0,mode=readline -daemonize -display none -append console=ttyS0,115200n1 "$@"