From c49c1210d664de999fe210e95c6e83cbfb8bbbc8 Mon Sep 17 00:00:00 2001 From: Olof Sandell <83674246+osandell@users.noreply.github.com> Date: Sat, 9 Sep 2023 01:57:41 +0200 Subject: [PATCH] docs: add info about the default enabling --- apple/t2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/t2/README.md b/apple/t2/README.md index e4a2004..2ae733a 100644 --- a/apple/t2/README.md +++ b/apple/t2/README.md @@ -19,6 +19,7 @@ Upon activation, this module performs the following: - Renames the existing `BOOTX64.EFI` file to `bootx64_original.efi`. - Installs the `apple-set-os-loader` hook in its place as `bootx64.efi`. - Before the system boots the hook unlocks the iGPU and subsequently calls the original `bootx64_original.efi`. +- Enables the iGPU by default. ### How to Implement: