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 909064 Details for
Bug 1109601
dkms remove --no-initrd should only call /sbin/weak-modules with parameter --no-initramfs
[?]
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]
Add --no-initramfs to weak-modules command
dkms-weak-modules-no-initramfs.patch (text/plain), 978 bytes, created by
Simone Caronni
on 2014-06-16 08:25:46 UTC
(
hide
)
Description:
Add --no-initramfs to weak-modules command
Filename:
MIME Type:
Creator:
Simone Caronni
Created:
2014-06-16 08:25:46 UTC
Size:
978 bytes
patch
obsolete
>diff -Naur dkms-2.2.0.3.old/dkms dkms-2.2.0.3/dkms >--- dkms-2.2.0.3.old/dkms 2014-06-16 10:17:12.681812092 +0200 >+++ dkms-2.2.0.3/dkms 2014-06-16 10:20:21.888344881 +0200 >@@ -1432,7 +1432,7 @@ > # add to kabi-tracking > if [[ ${weak_modules} ]]; then > echo $"Adding any weak-modules" >- list_each_installed_module "$module" "$kernelver" "$arch" | ${weak_modules} --add-modules >+ list_each_installed_module "$module" "$kernelver" "$arch" | ${weak_modules} --add-modules --no-initramfs > fi > > # Run the post_install script >@@ -1613,7 +1613,7 @@ > if [[ ${weak_modules} ]] && \ > (module_status_built $module $module_version |grep -q "installed"); then > echo $"Removing any linked weak-modules" >- list_each_installed_module "$module" "$1" "$2" | ${weak_modules} --remove-modules >+ list_each_installed_module "$module" "$1" "$2" | ${weak_modules} --remove-modules --no-initramfs > fi > > for ((count=0; count < ${#built_module_name[@]}; count++)); do
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 1109601
:
909064
|
909633