mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
GUI: Add comment on stripping
This commit is contained in:
@@ -275,6 +275,7 @@ class macOSInstallerFlashFrame(wx.Frame):
|
|||||||
progress_bar_animation.stop_pulse()
|
progress_bar_animation.stop_pulse()
|
||||||
progress_bar.SetRange(estimated_size)
|
progress_bar.SetRange(estimated_size)
|
||||||
|
|
||||||
|
# /dev/diskX -> diskX
|
||||||
root_disk = disk['identifier'][5:]
|
root_disk = disk['identifier'][5:]
|
||||||
initial_bytes_written = float(utilities.monitor_disk_output(root_disk))
|
initial_bytes_written = float(utilities.monitor_disk_output(root_disk))
|
||||||
self.result = False
|
self.result = False
|
||||||
|
|||||||
Reference in New Issue
Block a user