]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/grub-0.97/grub-0.96-bounced-checks.patch
Anpassung der Pfadangaben für GRUB.
[ipfire-2.x.git] / src / patches / grub-0.97 / grub-0.96-bounced-checks.patch
CommitLineData
27996c53
MT
1Remove tests that the grub maintainers say can be ignored.
2
3http://lists.gnu.org/archive/html/bug-grub/2004-05/msg00076.html
4
5--- grub-0.96/stage2/size_test
6+++ grub-0.96/stage2/size_test
7@@ -36,9 +36,9 @@
8 }
9
10 # The bootloader area of a FFS partition is 14 sectors.
11-check ffs_stage1_5 7168
12-
13-check ufs2_stage1_5 7168
14+#check ffs_stage1_5 7168
15+#
16+#check ufs2_stage1_5 7168
17
18 # Stage 1.5 can be installed in the sectors immediately after MBR in the
19 # first cylinder, so the size is (63 - 1) sectors.