mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
disk_images.py: Do not include EFI
This commit is contained in:
@@ -78,6 +78,7 @@ class GenerateDiskImages:
|
|||||||
'-format', 'UDZO', '-ov',
|
'-format', 'UDZO', '-ov',
|
||||||
'-volname', 'OpenCore Patcher Resources (Base)',
|
'-volname', 'OpenCore Patcher Resources (Base)',
|
||||||
'-fs', 'HFS+',
|
'-fs', 'HFS+',
|
||||||
|
'-layout', 'NONE',
|
||||||
'-srcfolder', './payloads',
|
'-srcfolder', './payloads',
|
||||||
'-passphrase', 'password', '-encryption'
|
'-passphrase', 'password', '-encryption'
|
||||||
], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
|
|||||||
Reference in New Issue
Block a user