We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8752622 commit 8159761Copy full SHA for 8159761
Resources/Build.py
@@ -1019,7 +1019,7 @@ def copy_efi(self):
1019
print("is removed from the partition")
1020
print("We highly recommend users partition 200MB off their drive with Disk Utility")
1021
print(" Name:\t\t OPENCORE")
1022
- print(" Format:\t FAT32")
+ print(" Format:\t\t FAT32")
1023
print(" Size:\t\t 200MB")
1024
choice = input("\nWould you like to still install OpenCore to this drive?(y/n): ")
1025
if not choice in ["y", "Y", "Yes", "yes"]:
0 commit comments