mirror of
https://github.com/kholia/OSX-KVM.git
synced 2025-12-20 15:02:21 +00:00
OSX-KVM - June 2021 Batch Update
Changes: - Upgrade to OpenCore 0.7.0 - Upgrade OVMF to ovmf_2021.05-1_all.deb - Add installer build script for Monterey developer beta (nick) - Sync config.plist with Nick's upstream repository - Misc. fixes (nick and others)
This commit is contained in:
committed by
Dhiru Kholia
parent
a1cd556d3a
commit
dad4131633
@@ -28,7 +28,7 @@ endif
|
||||
all: BigSur-recovery.img
|
||||
|
||||
%.img : %.dmg
|
||||
ln $< $@
|
||||
ln $< $@ || cp $< $@
|
||||
|
||||
ifeq ($(OS),MACOS)
|
||||
BigSur-full.dmg : $(BIG_SUR_APP)
|
||||
@@ -58,7 +58,7 @@ BaseSystem.dmg :
|
||||
../../fetch-macOS-v2.py --action download --board-id Mac-E43C1C25D4880AD6
|
||||
|
||||
InstallAssistant.pkg :
|
||||
../../fetch-macOS.py --version latest --title "macOS Big Sur"
|
||||
../../backups/fetch-macOS.py --version latest --title "macOS Big Sur"
|
||||
|
||||
clean :
|
||||
rm -f BaseSystem.chunklist BaseSystem.dmg SharedSupport.dmg InstallAssistant.pkg BigSur-recovery.img BigSur-full.img
|
||||
|
||||
Reference in New Issue
Block a user