X-Git-Url: https://code.delx.au/refind/blobdiff_plain/8b9e6b44d9e996a65cc4b81a71e8e6fdc054ea27..d621a172f5c2ce0a0aea09c1bd9041c1c2e9787d:/BUILDING.txt diff --git a/BUILDING.txt b/BUILDING.txt index 3dcad8d..a3d2dc8 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -129,3 +129,11 @@ want to copy files on the ESP as follows: You'll then need to activate rEFInd in your EFI. This can be done with tools such as "efibootmgr" under Linux or "bless" under OS X. See the docs/installing.html file for details. + +You may have noticed an install.sh script in the source package. This +script is intended for distribution with my own binary packages of rEFInd, +and it copies files from the "refind" subdirectory (relative to the +script's location) -- namely refind_x64.efi or refind_ia32.efi, +refind.conf-sample, and an icons subdirectory. You can rearrange your files +to provide this layout, but it's no more work to copy the files as just +described.