Bugzilla – Attachment 242101 Details for
Bug 430405
mkinitrd should not check the running kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Buggy check
checking-the-wrong-kernel.diff (text/plain), 613 bytes, created by
Andreas Gruenbacher
on 2008-09-27 13:57:26 UTC
(
hide
)
Description:
Buggy check
Filename:
MIME Type:
Creator:
Andreas Gruenbacher
Created:
2008-09-27 13:57:26 UTC
Size:
613 bytes
patch
obsolete
>Index: mkinitrd-2.4/scripts/setup-modules.sh >=================================================================== >--- mkinitrd-2.4.orig/scripts/setup-modules.sh >+++ mkinitrd-2.4/scripts/setup-modules.sh >@@ -41,6 +41,8 @@ resolve_modules() { > if [ ! "$module_list" ]; then > # Check for build-in modules > modname=$(echo $module | sed 's/-/_/g') >+ # FIXME: looking at the running kernel is wrong; we would really >+ # need to check the kernel we are creating the initrd for. > if [ ! -d /sys/module/$modname ] ; then > echo \ > "WARNING Cannot determine dependencies of kernel module '$module'.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 430405
: 242101