Fix spelling of Sequoia ISO

This commit is contained in:
TheLEEC 2024-10-28 18:47:19 +01:00 committed by GitHub
parent d14a6ca5c6
commit e1cac8349c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
setup
View File

@ -1704,7 +1704,7 @@ do
--scsihw virtio-scsi-pci \
--virtio0 ${STORAGECRTVM}:${SIZEDISK},cache=none,discard=on \
--ide0 local:iso/opencore-osx-proxmox-vm.iso,cache=unsafe,size=80M \
--ide2 local:iso/recovery-seqquoia.iso,cache=unsafe,size=1450M > ${LOGFILE} 2>> ${LOGFILE}
--ide2 local:iso/recovery-sequoia.iso,cache=unsafe,size=1450M > ${LOGFILE} 2>> ${LOGFILE}
## Fix for QEMU 6.1 for PCI Passthrough
if [ `qemu-system-x86_64 --version | grep -e "6.1" -e "6.2" -e "7.1" -e "7.2" -e "8.0" -e "8.1" -e "9.0.2" | wc -l` -eq 1 ]