updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / elilo-git / elilo-git.install
blob9d7b78a05bea2d4b24ac15143b653c9a28c86105
1 post_install() {
2         
3         cat << EOF 
5 Important instructions :-
7 ELILO is installed at /boot/efi/EFI/elilo/elilo.efi (assuming the boot disk's EFI_SYSTEM_PARTITION is mounted at /boot/efi).
9 An example config file has been provided at /boot/efi/efi/elilo/elilo.conf.example . 
11 Edit this file according to your system and rename it as /boot/efi/efi/elilo/elilo.conf. 
12 Copy your kernel(s) and initramfs files from /boot to /boot/efi . 
13 Reboot and launch elilo.efi from the UEFI shell.
15 NOTE: elilo supports only FAT and EXT2 fs. It does not support EXT3, EXT4 and other Journaled filesystems.
17         EOF
18         
21 post_upgrade() {
22         
23         post_install
24