Compare commits

..

No commits in common. "a658de6007d0b4792878fca7ca28db3bc6541996" and "1d3d68926baa2b4a5793d6d65582a3efc8040627" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View file

@ -16,11 +16,6 @@ exec_as qemu "$@"
bin=bin
images=images
if [ -t 1 ]; then
cat=src-hilite-lesspipe.sh
else
cat=cat
fi
PATH="./${bin}:${PATH}"
EDITOR="${EDITOR:-nvim}"
@ -106,10 +101,6 @@ public_shell() {
bash -i
}
public_cat() {
"$cat" "${bin}/${1}"
}
function="$1"
shift

View file

@ -1,8 +1,4 @@
#!/bin/sh -ex
exec linux \
-vga qxl \
-device virtio-serial \
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
-spice port=5900,addr=127.0.0.1,disable-ticketing=on \
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
"$@"