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 300349 Details for
Bug 440485
nash fails to mount LVM Volumegroup and crashes
[?]
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 for mkinitrd
mkinitrd.patch (text/plain), 1.52 KB, created by
Harald Hoyer
on 2008-04-03 21:36:30 UTC
(
hide
)
Description:
patch for mkinitrd
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2008-04-03 21:36:30 UTC
Size:
1.52 KB
patch
obsolete
>--- mkinitrd.pjones 2008-04-03 22:37:02.000000000 +0200 >+++ mkinitrd 2008-04-03 23:27:23.000000000 +0200 >@@ -508,6 +508,13 @@ > > findstoragedriverinsys () { > while [ ! -L device ]; do >+ if [ -d slaves ]; then >+ for slave in slaves/* ; do >+ cd $slave >+ findstoragedriverinsys "$PWD" >+ return >+ done >+ fi > [ "$PWD" = "/sys" ] && return > cd .. > done >@@ -545,14 +552,23 @@ > fi > vecho "Looking for driver for device $device" > if [[ "$device" =~ ^(dm-|mapper/) ]]; then >+echo "device: $device" 1>&2 > majmin=$(get_numeric_dev dec "/dev/$device") >+echo "majmin: $majmin" 1>&2 > sysfs=$(finddevnoinsys $majmin) >+echo "sysfs: $sysfs" 1>&2 > handledm $(echo "$majmin" |cut -d : -f 1) $(echo "$majmin" |cut -d : -f 2) > else > if [[ "$device" =~ ^/sys ]]; then > device=${device##*/} > fi >- sysfs=$(for x in /sys/block/* ; do findone -type d $x/ -name $device; done) >+echo "device: $device" 1>&2 >+ if [ -d /sys/block/$device/ ]; then >+ sysfs="/sys/block/$device" >+ else >+ sysfs=$(for x in /sys/block/* ; do findone -type d $x/ -name $device; done) >+ fi >+echo "sysfs: $sysfs" 1>&2 > fi > [ -z "$sysfs" ] && return > qpushd $sysfs >@@ -1459,8 +1475,10 @@ > after=`echo $items | wc -c` > done > >- resolved=$items >+ resolved=$(for n in $items ; do echo $n ; done | tac) > } >+$items >+$items > > # exclude specific modules > # (must be done before resolution of deps)
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 440485
:
300301
|
300303
|
300304
|
300306
|
300331
| 300349