Bugzilla – Attachment 162469 Details for
Bug 300550
root=LABEL=blubber does not work anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fixes keyname including multiple '='
mkinitrd-boot-start-min-key.patch (text/plain), 315 bytes, created by
John Jolly
on 2007-09-06 20:23:48 UTC
(
hide
)
Description:
Fixes keyname including multiple '='
Filename:
MIME Type:
Creator:
John Jolly
Created:
2007-09-06 20:23:48 UTC
Size:
315 bytes
patch
obsolete
>--- scripts/boot-start.sh >+++ scripts/boot-start.sh >@@ -59,7 +59,7 @@ > > # kernel commandline parsing > for o in $(cat /proc/cmdline); do >- key="${o%=*}" >+ key="${o%%=*}" > if [ "${key%.*}" != "${key}" ]; then # module parameter > add_module_param "${key%.*}" "${o#*.}" > else # environment variable
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 300550
: 162469