make: qemu is doing weird shit to stdin

This commit is contained in:
K. Lange 2018-11-21 11:18:55 +09:00
parent 41a2d2c497
commit 02e81524ee

View File

@ -337,7 +337,7 @@ shell: image.iso
-nographic -no-reboot \
-fw_cfg name=opt/org.toaruos.bootmode,string=headless \
-fw_cfg name=opt/org.toaruos.forceuser,string=local \
-fw_cfg name=opt/org.toaruos.term,string=${TERM} & \
-fw_cfg name=opt/org.toaruos.term,string=${TERM} </dev/null >/dev/null & \
stty raw -echo && nc -l 127.0.0.1 8090 && stty sane && wait
.PHONY: efi64