aur/elilo-efi.install
2013-05-03 17:18:20 +05:30

22 lines
335 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/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
}