updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / grub-legacy-efi-fedora / grub-legacy-efi-fedora.install
blob881cf872f9cb8efcd9c63c8281dd675c26113a4a
1 post_install() {
2         
3         cat << EOF 
5 Important Info :-
7 This is not GRUB2. It is Fedora's grub-legacy fork compiled for UEFI systems with UEFI and GPT Patches from Intel.
8 It includes support for reading ext4 filesystem.
9 This package does not include any of the patches used in Archlinux Official GRUB package.
11 The grub uefi app is installed at /boot/efi/efi/grub-legacy/grub-legacy.efi (assuming the UEFI SYSTEM PARTITION is mounted at /boot/efi).
13 The grub menu config file is "grub-legacy.conf", not "menu.lst" and not "grub.conf" .
15 Copy your grub.conf or menu.lst to /boot/efi/efi/grub-legacy/grub-legacy.conf and launch grub-legacy.efi from the UEFI shell.
17 The syntax for splashimage is (for example) :-
18         
19         splashimage (hd0,0)/boot/grub/image.xpm.gz
20         
22 For further info on splashimage usage see https://forums.fedoraforum.org/showthread.php?t=1243 .
24 You can also generate a working splashimage xpm.gz file using :-
25         
26         convert -resize 640x480 -colors 14 image.jpg image.xpm && gzip image.xpm
27         
29 EOF
30         
33 post_upgrade() {
34         
35         post_install
36