Skip to content

Commit

Permalink
Updated Readme with latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
indgy committed Aug 17, 2024
1 parent de9027d commit 2207250
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![Simulated screenshot of the theme](screenshot.png)


A black rEFInd BSD icon theme for DragonFlyBSD, FreeBSD, GhostBSD, MidnightBSD, NetBSD, NomadBSD and OpenBSD.

There are also two alternative icons for FreeBSD and GhostBSD.
Expand All @@ -19,10 +18,8 @@ Mount your existing EFI partition
mount -t msdosfs /dev/ada0p1 /mnt
```


Now either follow the Git or Release install.


### Using Git

Make the theme folder if necessary then clone this repository into the rEFInd themes folder.
Expand All @@ -32,20 +29,18 @@ mkdir /mnt/efi/boot/themes
git clone https://github.com/indgy/refind-bsd-black /mnt/efi/boot/themes
```


### Using the release

Make the theme folder if necessary, then fetch the latest release and extract into the rEFInd themes folder.

```sh
mkdir -p /mnt/efi/boot/themes/refind-bsd-black
cd /mnt/efi/boot/themes/refind-bsd-black
fetch https://github.com/indgy/refind-bsd-black/releases/download/0.1.0/refind-bsd-black.tgz
fetch https://github.com/indgy/refind-bsd-black/releases/download/0.1.1/refind-bsd-black.tgz
tar -xf refind-bsd-black.tgz
rm refind-bsd-black.tgz
```


## Configuring refind.conf

Edit your `refind.conf` to reference the theme (assuming your refind folder is named boot)
Expand All @@ -58,7 +53,6 @@ It should contain a single include line:

Anything you add after the include line will override the theme defaults.


### Example refind.conf

Sometimes you need to tell rEFInd which icon to use.
Expand All @@ -83,7 +77,6 @@ menuentry "Windows" {

Note the icon for Windows is found automatically by rEFInd.


#### Attributions:

DragonFlyBSD https://www.dragonflybsd.org/images/
Expand All @@ -97,4 +90,4 @@ Haiku butchered from https://commons.wikimedia.org/wiki/File:Haiku_(operating_sy

Refind theme based on
https://github.com/anthon38/refind-black
https://github.com/evanpurkhiser/rEFInd-minimal
https://github.com/evanpurkhiser/rEFInd-minimal

0 comments on commit 2207250

Please sign in to comment.