422bb3b713
Changes: - Update to OpenCore 0.9.5 - Switch around the emulated video device (required for Ventura) - Change default resolution to 1920x1080 - Include ventura in shortname CLI help - Add notes on 'bridged networking' - Better networking documentation (thomaspaulb) - Support for offline installations (kwadwokyeremeh) - Initial WIP macOS Sonoma support (via 'luchina-gabriel')
9 lines
319 B
Bash
9 lines
319 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd /Volumes/macOS
|
|
mkdir -p private/tmp
|
|
cp -R "/Install macOS Ventura.app" private/tmp
|
|
cd "private/tmp/Install macOS Ventura.app"
|
|
mkdir Contents/SharedSupport
|
|
cp -R /Volumes/InstallAssistant/InstallAssistant.pkg Contents/SharedSupport/SharedSupport.dmg
|
|
./Contents/MacOS/InstallAssistant_springboard
|