Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312963 Details for
Bug 417393
sys-boot/grub-2.00_beta5 miscalculates certain large lvm extents and starts looping forever during raid detection (plus a few minor patches)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
handle sorting rc kernels
handle_rc_kernels.patch (text/plain), 879 bytes, created by
Doug Nazar
on 2012-05-24 16:33:10 UTC
(
hide
)
Description:
handle sorting rc kernels
Filename:
MIME Type:
Creator:
Doug Nazar
Created:
2012-05-24 16:33:10 UTC
Size:
879 bytes
patch
obsolete
>diff -ur grub.orig/util/grub-mkconfig_lib.in grub-2.00~beta5/util/grub-mkconfig_lib.in >--- grub.orig/util/grub-mkconfig_lib.in 2012-04-18 17:30:43.000000000 -0400 >+++ grub-2.00~beta5/util/grub-mkconfig_lib.in 2012-05-21 05:06:48.000000000 -0400 >@@ -239,6 +239,9 @@ > *.old:*.old) ;; > *.old:*) version_test_gt_a="`echo -n "$version_test_gt_a" | sed -e 's/\.old$//'`" ; version_test_gt_cmp=gt ;; > *:*.old) version_test_gt_b="`echo -n "$version_test_gt_b" | sed -e 's/\.old$//'`" ; version_test_gt_cmp=ge ;; >+ *-rc*:*-rc*) ;; >+ *-rc*:*) version_test_gt_a="`echo -n "$version_test_gt_a" | sed -e 's/-rc.*$//'`" ; version_test_gt_cmp=gt ;; >+ *:*-rc*) version_test_gt_b="`echo -n "$version_test_gt_b" | sed -e 's/-rc.*$//'`" ; version_test_gt_cmp=ge ;; > esac > version_test_numeric "$version_test_gt_a" "$version_test_gt_cmp" "$version_test_gt_b" > return "$?"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417393
:
312961
| 312963 |
312965
|
312967