mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
build: Fix Xserve typo
Thanks @jazzzny
This commit is contained in:
@@ -967,8 +967,8 @@ class BuildOpenCore:
|
||||
# AppleRAIDCard.kext only supports pci106b,8a
|
||||
self.enable_kext("AppleRAIDCard.kext", self.constants.apple_raid_version, self.constants.apple_raid_path)
|
||||
break
|
||||
elif self.model.startswith("XServe"):
|
||||
# For XServes, assume RAID is present
|
||||
elif self.model.startswith("Xserve"):
|
||||
# For Xserves, assume RAID is present
|
||||
# Namely due to Xserve2,1 being limited to 10.7, thus no hardware detection
|
||||
self.enable_kext("AppleRAIDCard.kext", self.constants.apple_raid_version, self.constants.apple_raid_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user