From 2207250ee2c4b80d603c63d503b5a6f6b0370e69 Mon Sep 17 00:00:00 2001 From: indgy <65541311+indgy@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:26:53 +0100 Subject: [PATCH] Updated Readme with latest release --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b479659..db8c1fd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -32,7 +29,6 @@ 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. @@ -40,12 +36,11 @@ Make the theme folder if necessary, then fetch the latest release and extract in ```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) @@ -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. @@ -83,7 +77,6 @@ menuentry "Windows" { Note the icon for Windows is found automatically by rEFInd. - #### Attributions: DragonFlyBSD https://www.dragonflybsd.org/images/ @@ -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 \ No newline at end of file +https://github.com/evanpurkhiser/rEFInd-minimal