mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Add disk type detection
This commit is contained in:
@@ -72,7 +72,8 @@ class OpenCoreLegacyPatcher:
|
||||
print("- Using default payloads location")
|
||||
|
||||
if args.disk:
|
||||
print(f"Disk set: {args.disk}")
|
||||
print(f"- Disk set: {args.disk}")
|
||||
self.constants.disk = args.disk
|
||||
if args.verbose:
|
||||
print("- Set verbose configuration")
|
||||
self.constants.verbose_debug = True
|
||||
|
||||
Reference in New Issue
Block a user