Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293299 Details for
Bug 430718
mkinitrd failure without System.map
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix-depmod-invocation.patch
0001-Fix-depmod-invocation.patch (text/plain), 867 bytes, created by
Mark McLoughlin
on 2008-01-29 16:09:59 UTC
(
hide
)
Description:
fix-depmod-invocation.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2008-01-29 16:09:59 UTC
Size:
867 bytes
patch
obsolete
>From ffde9077453c31f6115cc4a1ea5292cfd7a1561e Mon Sep 17 00:00:00 2001 >From: Mark McLoughlin <markmc@redhat.com> >Date: Tue, 29 Jan 2008 16:09:10 +0000 >Subject: [PATCH] Fix depmod invocation > > 1) Don't supply System.map, it's only useful with --errsyms > > 2) Exit if it failed, the initrd won't be bootable anyway > >Signed-off-by: Mark McLoughlin <markmc@redhat.com> >--- > mkinitrd | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/mkinitrd b/mkinitrd >index 5e41697..b4db70f 100755 >--- a/mkinitrd >+++ b/mkinitrd >@@ -1527,7 +1527,11 @@ if [ "$scsi_wait_scan" == "yes" ]; then > fi > fi > >-/sbin/depmod -F /boot/System.map-$kernel -a -b $MNTIMAGE $kernel >+/sbin/depmod -a -b $MNTIMAGE $kernel >+if [ $? -ne 0 ]; then >+ error "'/sbin/depmod -a $kernel' failed" >+ exit 1 >+fi > > usb_mounted="prep" > for MODULE in $MODULES; do >-- >1.5.3.8 >
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 430718
: 293299