summarylogtreecommitdiffstats
path: root/elilo-efi.install
blob: f23832e6a6e9d1b8a5db8bd6abe27c624afe716b (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/config/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
	
}