Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35830 Details for
Bug 57761
Genkernel doesn't install System.map
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makes genkernel install System.map along with the kernel
genkernel-copy_systemmap.patch (text/plain), 869 bytes, created by
Martin Parm
on 2004-07-20 12:20:44 UTC
(
hide
)
Description:
Makes genkernel install System.map along with the kernel
Filename:
MIME Type:
Creator:
Martin Parm
Created:
2004-07-20 12:20:44 UTC
Size:
869 bytes
patch
obsolete
>Files genkernel-3.0.2c/work/genkernel-3.0.2c/.gen_compile.sh.swp and /root/genkernel-3.0.2c/.gen_compile.sh.swp differ >diff -uNr genkernel-3.0.2c/work/genkernel-3.0.2c/gen_compile.sh /root/genkernel-3.0.2c/gen_compile.sh >--- genkernel-3.0.2c/work/genkernel-3.0.2c/gen_compile.sh 2004-07-12 22:45:57.000000000 +0200 >+++ /root/genkernel-3.0.2c/gen_compile.sh 2004-07-20 20:58:52.000000000 +0200 >@@ -206,8 +206,10 @@ > if ! isTrue "${CMD_NOINSTALL}" > then > cp "${KERNEL_BINARY}" "/boot/kernel-${KV}" || gen_die 'Could not copy the kernel binary to /boot!' >+ cp "System.map" "/boot/System.map-${KV}" || gen_die 'Could not copy System.map to /boot!' > else > cp "${KERNEL_BINARY}" "${TEMP}/kernel-${KV}" || gen_die "Could not copy the kernel binary to ${TEMP}!" >+ cp "System.map" "${TEMP}/System.map-${KV}" || gen_die "Could not copy System.map to ${TEMP}!" > fi > } >
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 57761
: 35830