mirror of
https://github.com/kholia/OSX-KVM.git
synced 2025-12-20 15:02:21 +00:00
Batch Update 2 - September 2023
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')
This commit is contained in:
committed by
Dhiru Kholia
parent
1184c09bc6
commit
422bb3b713
9
scripts/run_offline.sh
Normal file
9
scripts/run_offline.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user