diff --git a/Changelog.md b/Changelog.md index 50447531905ce400c1a351ff0614187cacd55b75..7964f86bc391e42750c315766bf7fa8188f61b7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,7 @@ OpenCore Changelog - Added timeout support to OpenCanopy user interface - Fixed handling 24-bit screen resolutions - Added `Ps2KeyboardDxe` driver for DuetPkg +- Updated `BootInstall` DuetPkg version (now opensource) #### v0.5.7 - Added TimeMachine detection to picker diff --git a/Utilities/BootInstall/README.md b/Utilities/BootInstall/README.md index 3081c8ce99c07acfdc4794bcfab3a7c17105a84f..ee7aac5e9831201c9b116372343be181d0c3376f 100644 --- a/Utilities/BootInstall/README.md +++ b/Utilities/BootInstall/README.md @@ -4,4 +4,4 @@ BootInstall This tool installs legacy DuetPkg environment on GPT-formatted disk to enable UEFI environment on BIOS-based systems. -Source code: https://sourceforge.net/p/cloverefiboot +Source code: https://github.com/acidanthera/DuetPkg diff --git a/Utilities/BootInstall/boot b/Utilities/BootInstall/boot old mode 100755 new mode 100644 index 27c8275f56b38a426ee7e17fd67684c30638eb1b..f6fa12549ce70b429f4ff69256b4473ab94fe95f Binary files a/Utilities/BootInstall/boot and b/Utilities/BootInstall/boot differ