mirror of https://github.com/kholia/OSX-KVM.git
Update Makefile
The argument was changed from --short to --shortname at the Python script, so this commit aims to adjust it in the Makefile
This commit is contained in:
parent
422bb3b713
commit
d3721bd2e0
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ BaseSystem.img: BaseSystem.dmg
|
||||||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||||
|
|
||||||
BaseSystem.dmg:
|
BaseSystem.dmg:
|
||||||
./fetch-macOS-v2.py --short=$(SHORTNAME)
|
./fetch-macOS-v2.py --shortname=$(SHORTNAME)
|
||||||
|
|
||||||
mac_hdd_ng.img:
|
mac_hdd_ng.img:
|
||||||
qemu-img create -f qcow2 mac_hdd_ng.img ${DISK_SIZE}
|
qemu-img create -f qcow2 mac_hdd_ng.img ${DISK_SIZE}
|
||||||
|
|
Loading…
Reference in New Issue