Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65291 Details for
Bug 101426
merging kernel causes dependent packages to fail merging
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kernel-2.eclass.patch
kernel-2.eclass.patch (text/plain), 677 bytes, created by
Andre Hinrichs
on 2005-08-07 01:13:55 UTC
(
hide
)
Description:
kernel-2.eclass.patch
Filename:
MIME Type:
Creator:
Andre Hinrichs
Created:
2005-08-07 01:13:55 UTC
Size:
677 bytes
patch
obsolete
>--- kernel-2.eclass.orig 2005-07-21 16:05:35.000000000 +0200 >+++ kernel-2.eclass 2005-08-07 09:38:16.000000000 +0200 >@@ -555,6 +555,19 @@ > # Don't forget to make directory for sysfs > [[ ! -d ${ROOT}sys ]] && kernel_is 2 6 && mkdir ${ROOT}sys > >+ local KV_DIR=${ROOT}usr/src/linux-${KV_FULL} >+ >+ if [[ -f ${KV_DIR}.config.gz ]]; then >+ einfo "Reusing existing config..." >+ gunzip ${KV_DIR}.config.gz >+ mv ${KV_DIR}.config ${KV_DIR}/.config >+ fi >+ >+ cd ${KV_DIR} >+ make oldconfig >+ make modules_prepare >+ cd ${OLDPWD} >+ > echo > einfo "After installing a new kernel of any version, it is important" > einfo "that you have the appropriate /etc/modules.autoload.d/kernel-X.Y"
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 101426
:
65224
|
65250
| 65291 |
65392