diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 01:31:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 01:31:19 +0000 |
commit | 41deb2ca3e78f3ae19d0686856cf62fcd75852cc (patch) | |
tree | 494367d627d6c3ae7158d9ef4f99823c9f32c579 /sys-boot/grub/files | |
parent | Remove old. (diff) | |
download | historical-41deb2ca3e78f3ae19d0686856cf62fcd75852cc.tar.gz historical-41deb2ca3e78f3ae19d0686856cf62fcd75852cc.tar.bz2 historical-41deb2ca3e78f3ae19d0686856cf62fcd75852cc.zip |
fix tests # 71811
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/grub-0.96-bounced-checks.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-boot/grub/files/grub-0.96-bounced-checks.patch b/sys-boot/grub/files/grub-0.96-bounced-checks.patch new file mode 100644 index 000000000000..6ad2c82ee0f4 --- /dev/null +++ b/sys-boot/grub/files/grub-0.96-bounced-checks.patch @@ -0,0 +1,19 @@ +Remove tests that the grub maintainers say can be ignored. + +http://lists.gnu.org/archive/html/bug-grub/2004-05/msg00076.html + +--- grub-0.96/stage2/size_test ++++ grub-0.96/stage2/size_test +@@ -36,9 +36,9 @@ + } + + # The bootloader area of a FFS partition is 14 sectors. +-check ffs_stage1_5 7168 +- +-check ufs2_stage1_5 7168 ++#check ffs_stage1_5 7168 ++# ++#check ufs2_stage1_5 7168 + + # Stage 1.5 can be installed in the sectors immediately after MBR in the + # first cylinder, so the size is (63 - 1) sectors. |