Utilities: Fixed installing OpenDuet on protected volumes, thx Rodion

This commit is contained in:
vit9696 2020-12-11 11:37:35 +03:00
parent 1b46dfca22
commit 2b637b91d3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
OpenCore Changelog
==================
#### v0.6.5
- Fixed installing OpenDuet on protected volumes
#### v0.6.4
- Added `BlacklistAppleUpdate` to fix macOS 11 broken update optout

View File

@ -38,7 +38,7 @@ cp -v boot1f32 newbs
sudo dd if=origbs of=newbs skip=3 seek=3 bs=1 count=87 conv=notrunc
dd if=/dev/random of=newbs skip=496 seek=496 bs=1 count=14 conv=notrunc
sudo dd if=newbs of=/dev/rdisk"${N}"s1
diskutil mount disk"${N}"s1
sudo diskutil mount disk"${N}"s1
cp -v "boot${ARCHS}" "$(diskutil info disk"${N}"s1 | sed -n 's/.*Mount Point: *//p')/boot"