]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/grub-0.97/README
HinzugefĆ¼gt:
[ipfire-2.x.git] / src / patches / grub-0.97 / README
1 This file describes the patches in the patchsets:
2
3 001_all_grub-0.97-misc.patch
4 Several simple fixes
5
6 002_all_grub-0.97-splash.patch
7 Port of the SuSE's gfxboot patch
8
9 003_all_grub-0.97-dirs.patch
10 FHS compilance
11
12 004_all_grub-0.97-wildcards.patch
13 Port of the SuSE's wildcards patch with custom nice sorting addon
14
15 005_all_grub-0.96-PIC.patch:
16 a patch to fix PIC issues by psm and Kevin F. Quinn in Gentoo bug #80693
17
18 010_all_grub-0.96-bounced-checks.patch:
19 Disables testing of FFS and UFS2 images (which always fail). See Gentoo bug
20 #71811
21
22 020_all_grub-0.96-i2o-raid.patch:
23 Support i2o RAID. See Gentoo bug #76143
24
25 040_all_grub-0.96-nxstack.patch:
26 Fix NX segfaulting on amd64 and x86_64. The patch is by Peter Jones.
27 See: http://lists.gnu.org/archive/html/bug-grub/2005-03/msg00011.html
28
29 060_all_grub-0.96-netboot-pic.patch
30 Fix PIC issues in netboot code. See Gentoo bug #85566