Skip to content

Commit

Permalink
Added Linux Boot support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevealexrs committed Dec 3, 2021
1 parent 1598fc9 commit f1261ac
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file added RELEASE/EFI/OC/Drivers/OpenLinuxBoot.efi
Binary file not shown.
Binary file added RELEASE/EFI/OC/Drivers/ext4_x64.efi
Binary file not shown.
22 changes: 21 additions & 1 deletion RELEASE/EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@
<key>HibernateMode</key>
<string>None</string>
<key>HideAuxiliary</key>
<false/>
<true/>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
Expand Down Expand Up @@ -1378,6 +1378,16 @@
<true/>
<key>Drivers</key>
<array>
<dict>
<key>Comment</key>
<string>ext4_x64.efi</string>
<key>Path</key>
<string>ext4_x64.efi</string>
<key>Enabled</key>
<true/>
<key>Arguments</key>
<string></string>
</dict>
<dict>
<key>Comment</key>
<string>HfsPlus.efi</string>
Expand All @@ -1398,6 +1408,16 @@
<key>Arguments</key>
<string></string>
</dict>
<dict>
<key>Comment</key>
<string>OpenLinuxBoot.efi</string>
<key>Path</key>
<string>OpenLinuxBoot.efi</string>
<key>Enabled</key>
<true/>
<key>Arguments</key>
<string></string>
</dict>
<dict>
<key>Comment</key>
<string>OpenRuntime.efi</string>
Expand Down

0 comments on commit f1261ac

Please sign in to comment.