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 312812 Details for
Bug 456001
mkdumprd unable to detect USB root filesystem
[?]
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]
patch to include usb_storage driver
mkdumprd.patch (text/plain), 984 bytes, created by
Neil Horman
on 2008-07-28 19:41:30 UTC
(
hide
)
Description:
patch to include usb_storage driver
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-07-28 19:41:30 UTC
Size:
984 bytes
patch
obsolete
>? kexec-tools-1.102pre-13.fc10.src.rpm >? kexec-tools-testing-20070330 >Index: mkdumprd >=================================================================== >RCS file: /cvs/extras/rpms/kexec-tools/devel/mkdumprd,v >retrieving revision 1.23 >diff -u -r1.23 mkdumprd >--- mkdumprd 14 Jul 2008 14:52:37 -0000 1.23 >+++ mkdumprd 28 Jul 2008 19:10:42 -0000 >@@ -269,6 +269,7 @@ > [ "$PWD" = "/sys" ] && return > cd .. > done >+ IS_USB=`readlink device | grep usb` > cd $(readlink ./device) > while [ ! -f modalias ]; do > [ "$PWD" = "/sys/devices" ] && return >@@ -277,6 +278,11 @@ > modalias=$(cat modalias) > for driver in $(modprobe --set-version $kernel --show-depends $modalias 2>/dev/null| awk '{ print gensub(".*/","","g",$2) }') ; do > findmodule ${driver%%.ko} >+ if [ -n "$IS_USB" ] >+ then >+ # Its a USB device, we need to include usb_storage.ko as well >+ findmodule usb_storage.ko >+ fi > done > } >
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 456001
:
312812
|
313889
|
313986
|
314013
|
314015
|
314121
|
314187
|
314309