From acbbdd8f3ddd2a6e2707a2feec546c8abdc5e1ab Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Fri, 21 Feb 2025 18:04:10 +0100 Subject: [PATCH] No QEMU window lol --- machines/loc1xe/vm1/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"