Add convenience target 'fast' to skip boot menu
This commit is contained in:
parent
a9b415f8d8
commit
e8406ff58b
5
Makefile
5
Makefile
@ -241,6 +241,11 @@ QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk -enable-kvm
|
||||
run: image.iso
|
||||
qemu-system-i386 -cdrom $< ${QEMU_ARGS}
|
||||
|
||||
.PHONY: fast
|
||||
fast: image.iso
|
||||
qemu-system-i386 -cdrom $< ${QEMU_ARGS} \
|
||||
-fw_cfg name=opt/org.toaruos.bootmode,string=0
|
||||
|
||||
.PHONY: headless
|
||||
headless: image.iso
|
||||
@echo "=== Launching qemu headless."
|
||||
|
Loading…
Reference in New Issue
Block a user