mirror of
https://github.com/kholia/OSX-KVM.git
synced 2025-12-20 07:02:20 +00:00
Enable fetch-macOS-v2.py to run in unattended mode (via shortnames)
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,3 +1,4 @@
|
||||
# export SHORTNAME=monterey
|
||||
DISK_SIZE := 128G
|
||||
|
||||
all: BaseSystem.img mac_hdd_ng.img
|
||||
@@ -6,7 +7,7 @@ BaseSystem.img: BaseSystem.dmg
|
||||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||
|
||||
BaseSystem.dmg:
|
||||
./fetch-macOS-v2.py
|
||||
./fetch-macOS-v2.py --short=$(SHORTNAME)
|
||||
|
||||
mac_hdd_ng.img:
|
||||
qemu-img create -f qcow2 mac_hdd_ng.img ${DISK_SIZE}
|
||||
|
||||
Reference in New Issue
Block a user