Add qemu_extra target, update installer
This commit is contained in:
parent
b6fccc37ba
commit
ba742d4ade
|
@ -1 +1 @@
|
||||||
Subproject commit a82a5771803fa14666343568e415999dd51887c7
|
Subproject commit a01dc9f37a099ca507822d360a6a066eb187393f
|
|
@ -32,7 +32,7 @@ endif
|
||||||
#-device intel-iommu
|
#-device intel-iommu
|
||||||
|
|
||||||
build/extra.qcow2:
|
build/extra.qcow2:
|
||||||
qemu-img create -f qcow2 $@ 256M
|
qemu-img create -f qcow2 $@ 1G
|
||||||
|
|
||||||
qemu: build/harddrive.bin build/extra.qcow2
|
qemu: build/harddrive.bin build/extra.qcow2
|
||||||
$(QEMU) $(QEMUFLAGS) \
|
$(QEMU) $(QEMUFLAGS) \
|
||||||
|
@ -73,3 +73,7 @@ qemu_iso_no_build: build/extra.qcow2
|
||||||
$(QEMU) $(QEMUFLAGS) \
|
$(QEMU) $(QEMUFLAGS) \
|
||||||
-boot d -cdrom build/livedisk.iso \
|
-boot d -cdrom build/livedisk.iso \
|
||||||
-drive file=build/extra.qcow2
|
-drive file=build/extra.qcow2
|
||||||
|
|
||||||
|
qemu_extra: build/extra.qcow2
|
||||||
|
$(QEMU) $(QEMUFLAGS) \
|
||||||
|
-drive file=build/extra.qcow2
|
||||||
|
|
Loading…
Reference in a new issue