Skip to content

Commit

Permalink
Add example for setting custom entries with dedicated icon for unknow…
Browse files Browse the repository at this point in the history
…n linux distributions
  • Loading branch information
asava committed Apr 14, 2020
1 parent 807e36c commit c7436cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,20 @@
</array>
<key>Entries</key>
<array>
<dict>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
<key>Image</key>
<string>os_mageia</string>
<key>Path</key>
<string>\EFI\MAGEIA\GRUBX64.efi</string>
<key>Title</key>
<string>Mageia Linux</string>
<key>Type</key>
<string>Linux</string>
</dict>
<dict>
<key>Hidden</key>
<false/>
Expand Down

0 comments on commit c7436cd

Please sign in to comment.