summarylogtreecommitdiffstats
path: root/refind-efi.install
blob: 72f6850f4a017fab2c0e23f3b5b656f996685168 (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
post_install() {
	
	cat << EOF 

refind-efi applications have been installed at /usr/lib/refind/*.efi

UEFI FS drivers have deen installed at /usr/lib/refind/drivers_*/

Copy the efi application (according to your UEFI ARCH) 
and /usr/lib/refind/config/refind.conf to a sub-directory of <EFISYS>/EFI/
and add an entry to firmware boot menu using efibootmgr or mactel-boot (for Macs)

rEFInd icons have been installed at /usr/share/refind/icons/

HTML Documentation is available at /usr/share/refind/docs/html/

More info at https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd

EOF
	
}

post_upgrade() {
	
	post_install
	
}