Add disk type detection

This commit is contained in:
Mykola Grymalyuk
2021-06-23 21:46:42 -06:00
parent db708022e9
commit baaa897d10
3 changed files with 28 additions and 1 deletions

View File

@@ -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