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