mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-04-21 12:31:48 +00:00
Allow for RecoveryImage.dmg in addition to BaseSystem.dmg
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ class WinUSB:
|
||||
self.recovery_suffixes = (
|
||||
"recoveryhdupdate.pkg",
|
||||
"recoveryhdmetadmg.pkg",
|
||||
"basesystem.dmg"
|
||||
"basesystem.dmg",
|
||||
"recoveryimage.dmg"
|
||||
)
|
||||
self.dd_bootsector = True
|
||||
self.boot0 = "boot0af"
|
||||
|
||||
Reference in New Issue
Block a user