Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312965 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 user specified -genkernel -kernname's for initramfs detection
improve_initramfs_autodetect_for_custom_genkernel_names.patch (text/plain), 1.27 KB, created by
Doug Nazar
on 2012-05-24 16:34:25 UTC
(
hide
)
Description:
handle user specified -genkernel -kernname's for initramfs detection
Filename:
MIME Type:
Creator:
Doug Nazar
Created:
2012-05-24 16:34:25 UTC
Size:
1.27 KB
patch
obsolete
>diff -ur grub.orig/util/grub.d/10_linux.in grub-2.00~beta5/util/grub.d/10_linux.in >--- grub.orig/util/grub.d/10_linux.in 2012-04-18 17:24:38.000000000 -0400 >+++ grub-2.00~beta5/util/grub.d/10_linux.in 2012-05-21 05:03:01.000000000 -0400 >@@ -186,15 +186,19 @@ > basename=`basename $linux` > dirname=`dirname $linux` > rel_dirname=`make_system_path_relative_to_its_root $dirname` >- version=`echo $basename | sed -e "s,^[^0-9]*-,,g"` >+ version=`echo $basename | sed -e "s,^.*-\([0-9]*\.[0-9]*\.[0-9]*.*\),\1,g"` > alt_version=`echo $version | sed -e "s,\.old$,,g"` > linux_root_device_thisversion="${LINUX_ROOT_DEVICE}" >+ arch=`echo $basename | sed -e "s,^.*-\(.*\)-${version},\1,g"` >+ system_name=`echo $basename | sed -e "s,^.*-\(.*\)-${arch}-${version},\1,g"` > > initrd= > for i in "initrd.img-${version}" "initrd-${version}.img" "initrd-${version}.gz" \ > "initrd-${version}" "initramfs-${version}.img" \ > "initrd.img-${alt_version}" "initrd-${alt_version}.img" \ > "initrd-${alt_version}" "initramfs-${alt_version}.img" \ >+ "initramfs-${system_name}-${arch}-${version}" \ >+ "initramfs-${system_name}-${arch}-${alt_version}" \ > "initramfs-genkernel-${version}" \ > "initramfs-genkernel-${alt_version}" \ > "initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \
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