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

Important instructions :-

ELILO is installed at /usr/lib/elilo/*.efi

An example config file has been provided at /usr/lib/elilo/elilo.conf

NOTE: elilo supports only FAT12/16/32 . It does not support EXT2, EXT3, EXT4 and other Unix filesystems.

EOF
	
}

post_upgrade() {
	
	post_install
	
}