summaryrefslogtreecommitdiff
path: root/extra/efilinux-efi/efilinux-efi.install
blob: 6d6e817c566f726fd5047350ab68542e775b3877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
post_install() {
	
	cat << EOF 

efilinux has been installed at /usr/lib/efilinux/*.efi

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

Usage instructions at http://thread.gmane.org/gmane.linux.kernel/1172645 
and http://article.gmane.org/gmane.linux.kernel/1175060

EOF
	
}

post_upgrade() {
	
	post_install
	
}