Remove the printed comments for 'make headless'

This commit is contained in:
K. Lange 2018-07-17 23:39:14 +09:00
parent 799ec420ac
commit a869fc5837

View File

@ -252,10 +252,7 @@ fast: image.iso
.PHONY: headless
headless: image.iso
@echo "=== Launching qemu headless."
@echo "=== To quit qemu, use 'Ctrl-a c' to access monitor"
@echo "=== and type 'quit' to exit."
qemu-system-i386 -cdrom $< ${QEMU_ARGS} \
@qemu-system-i386 -cdrom $< ${QEMU_ARGS} \
-nographic \
-fw_cfg name=opt/org.toaruos.bootmode,string=headless