Update makefiles for new download directory name, bump Ventura board ID (#227)
This commit is contained in:
parent
aae332207f
commit
09daff670a
3 changed files with 13 additions and 13 deletions
|
@ -46,7 +46,7 @@ endif
|
||||||
$(BIG_SUR_APP) : InstallAssistant.pkg
|
$(BIG_SUR_APP) : InstallAssistant.pkg
|
||||||
sudo installer -pkg $< -target /
|
sudo installer -pkg $< -target /
|
||||||
|
|
||||||
BigSur-recovery.dmg : BaseSystem.dmg
|
BigSur-recovery.dmg : com.apple.recovery.boot/BaseSystem.dmg
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ifeq ($(OS),MACOS)
|
ifeq ($(OS),MACOS)
|
||||||
hdiutil convert $< -format UDRW -o $@
|
hdiutil convert $< -format UDRW -o $@
|
||||||
|
@ -54,12 +54,12 @@ else
|
||||||
qemu-img convert $< -O raw $@
|
qemu-img convert $< -O raw $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BaseSystem.dmg :
|
com.apple.recovery.boot/BaseSystem.dmg :
|
||||||
../../fetch-macOS-v2.py --action download --board-id Mac-2BD1B31983FE1663
|
../../fetch-macOS-v2.py --action download --board-id Mac-2BD1B31983FE1663
|
||||||
|
|
||||||
InstallAssistant.pkg :
|
InstallAssistant.pkg :
|
||||||
../../backups/fetch-macOS.py --version latest --title "macOS Big Sur"
|
../../backups/fetch-macOS.py --version latest --title "macOS Big Sur"
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f BaseSystem.chunklist BaseSystem.dmg SharedSupport.dmg InstallAssistant.pkg BigSur-recovery.img BigSur-full.img
|
rm -f SharedSupport.dmg InstallAssistant.pkg BigSur-recovery.img BigSur-full.img
|
||||||
rm -rf content
|
rm -rf content com.apple.recovery.boot
|
||||||
|
|
|
@ -51,7 +51,7 @@ Monterey-full.dmg :
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Monterey-recovery.dmg : BaseSystem.dmg
|
Monterey-recovery.dmg : com.apple.recovery.boot/BaseSystem.dmg
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ifeq ($(OS),MACOS)
|
ifeq ($(OS),MACOS)
|
||||||
hdiutil convert $< -format UDRW -o $@
|
hdiutil convert $< -format UDRW -o $@
|
||||||
|
@ -59,12 +59,12 @@ else
|
||||||
qemu-img convert $< -O raw $@
|
qemu-img convert $< -O raw $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BaseSystem.dmg :
|
com.apple.recovery.boot/BaseSystem.dmg :
|
||||||
../../fetch-macOS-v2.py --action download --board-id Mac-F60DEB81FF30ACF6 --os latest
|
../../fetch-macOS-v2.py --action download --board-id Mac-F60DEB81FF30ACF6 --os latest
|
||||||
|
|
||||||
InstallAssistant.pkg :
|
InstallAssistant.pkg :
|
||||||
../../backups/fetch-macOS.py --version latest --title "macOS Monterey"
|
../../backups/fetch-macOS.py --version latest --title "macOS Monterey"
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f BaseSystem.chunklist BaseSystem.dmg SharedSupport.dmg InstallAssistant.pkg Monterey-recovery.img Monterey-full.img
|
rm -f SharedSupport.dmg InstallAssistant.pkg Monterey-recovery.img Monterey-full.img
|
||||||
rm -rf content
|
rm -rf content com.apple.recovery.boot
|
||||||
|
|
|
@ -51,7 +51,7 @@ Ventura-full.dmg :
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Ventura-recovery.dmg : BaseSystem.dmg
|
Ventura-recovery.dmg : com.apple.recovery.boot/BaseSystem.dmg
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ifeq ($(OS),MACOS)
|
ifeq ($(OS),MACOS)
|
||||||
hdiutil convert $< -format UDRW -o $@
|
hdiutil convert $< -format UDRW -o $@
|
||||||
|
@ -59,12 +59,12 @@ else
|
||||||
qemu-img convert $< -O raw $@
|
qemu-img convert $< -O raw $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BaseSystem.dmg :
|
com.apple.recovery.boot/BaseSystem.dmg :
|
||||||
../../fetch-macOS-v2.py --action download --board-id Mac-AF89B6D9451A490B --os latest
|
../../fetch-macOS-v2.py --action download --board-id Mac-4B682C642B45593E --os latest
|
||||||
|
|
||||||
InstallAssistant.pkg :
|
InstallAssistant.pkg :
|
||||||
../../backups/fetch-macOS.py --version latest --title "macOS Ventura"
|
../../backups/fetch-macOS.py --version latest --title "macOS Ventura"
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f BaseSystem.chunklist BaseSystem.dmg SharedSupport.dmg InstallAssistant.pkg Ventura-recovery.img Ventura-full.img Ventura-recovery.dmg Ventura-full.dmg
|
rm -f SharedSupport.dmg InstallAssistant.pkg Ventura-recovery.img Ventura-full.img Ventura-recovery.dmg Ventura-full.dmg
|
||||||
rm -rf content
|
rm -rf content com.apple.recovery.boot
|
||||||
|
|
Loading…
Reference in a new issue