make: qemu is doing weird shit to stdin
This commit is contained in:
parent
41a2d2c497
commit
02e81524ee
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user