Add dot_clean and clarify docs

Thanks OKonnel!
This commit is contained in:
Mykola Grymalyuk
2021-03-26 07:49:02 -06:00
parent d13f96a454
commit e1a8cdc1d5
2 changed files with 3 additions and 1 deletions

View File

@@ -606,6 +606,8 @@ Please build OpenCore first!"""
else:
print("- Adding Internal Drive icon")
shutil.copy(self.constants.icon_path_internal, mount_path)
print("- Cleaning install location")
subprocess.run(f"dot_clean '{mount_path}'".split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print("- OpenCore transfer complete")
print("\nPress [Enter] to continue.\n")
input()

View File

@@ -26,4 +26,4 @@ Here you can change different patcher settings, however the main 2 of interest a
* Enable Verbose Mode
* Set ShowPicker Mode
Once you've toggled them both off, build your OpenCore EFI once again and install to your desired drive. Now to show OpenCore picker, you can simply hold the "Esc" key.
Once you've toggled them both off, build your OpenCore EFI once again and install to your desired drive. Now to show the OpenCore selector, you can simply hold down the "ESC" key while clicking on EFI boot, then you can release the "ESC" key when you see the cursor arrow at the top left.