blob: a7e0266d32b1ac3c7b79731f4a9966ed1dd714e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# refindplus-bin
AUR package files for the upstream x64 RefindPlus binary release.
This package never modifies the EFI system partition during package
installation. It installs a complete staging tree under
`/usr/share/refindplus`, including the upstream release binaries plus
the matching source tag's icons, fonts, banners, keys, and sample configs. Run
`refindplus-install` explicitly when you want to copy those files to an ESP.
## Build
```sh
makepkg -si
```
## Install to an ESP
```sh
sudo refindplus-install --esp /boot
```
For fallback/removable-media layout:
```sh
sudo refindplus-install --esp /boot --fallback
```
To also create a UEFI NVRAM boot entry:
```sh
sudo refindplus-install --esp /boot --register
```
Existing `config.conf` files on the ESP are preserved. If one already exists,
the packaged config is written as `config.conf-sample`.
|