summarylogtreecommitdiffstats
path: root/refind-x86_64.install
blob: 64e053ea3cd1da7bab59c0dd775eca6d32ca5caf (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
37
post_install() {
	
	cat << EOF 

rEFInd is installed at /boot/efi/EFI/arch/refind/refindx64.efi

Usage instructions at /usr/share/refind/docs/html/index.html
refind.conf info at /usr/share/refind/docs/html/configfile.html

Linux Kernel specific instructions at /usr/share/refind/docs/html/linux.html
and http://www.rodsbooks.com/efi-bootloaders/efistub.html

Eg:- Kernel file [UEFISYS]/EFI/arch/vmlinuz-linux.efi
     Initramfs file [UEFISYS]/EFI/arch/initramfs-linux.img
     
     Then copy /boot/efi/EFI/arch/refind/refind_linux.conf to [UEFISYS]/EFI/arch/refind_linux.conf ,
     and modify the kernel parameters according to your requirements.

In any case "boot/efi/EFI/arch/refind/refind_linux.conf" is always backed-up (pacnew or pacsave).

NOTE: rEFInd requires the kernel file(s) to be present as [UEFISYS]/EFI/[SOME_DIRECTORY]/[FILENAME].efi
      and the initramfs file in the same directory, for autodetection to work.

NOTE: refind_linux.conf should be in the same directory as the kernel file(s), not the directory where refind.efi or refindx64.efi resides.

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

EOF
	
}

post_upgrade() {
	
	post_install
	
}