aur/elilo-efi.install
2013-07-20 18:59:28 +05:30

22 lines
328 B
Text

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
}