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 867046 Details for
Bug 1069275
dracut-004-336 issues when ifname is not specified as kernel parameter
[?]
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]
Proposed patch
dracut-ifname.patch (text/plain), 1.14 KB, created by
Harald Hoyer
on 2014-02-24 16:22:53 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2014-02-24 16:22:53 UTC
Size:
1.14 KB
patch
obsolete
>commit b75196ac27fb14f03c0257a6eadb375947ade815 >Author: Harald Hoyer <harald@redhat.com> >Date: Mon Feb 24 15:28:58 2014 +0100 > > network/parse-ifname.sh: define parse_ifname_opts() > > if no "ifname=" parameter was given on the kernel command line, and only > later injected via cmdline.d (e.g. with iBFT), the parse_ifname_opts() > function would not be defined in ifname-genrules.sh . > >diff --git a/modules.d/40network/parse-ifname.sh b/modules.d/40network/parse-ifname.sh >index 9632680..9cc03a9 100755 >--- a/modules.d/40network/parse-ifname.sh >+++ b/modules.d/40network/parse-ifname.sh >@@ -10,11 +10,6 @@ > # Note when using ifname= to get persistent interface names, you must specify > # an ifname= argument for each interface used in an ip= or fcoe= argument > >-# check if there are any ifname parameters >-if ! getarg ifname= >/dev/null ; then >- return >-fi >- > parse_ifname_opts() { > local IFS=: > set $1 >@@ -31,6 +26,11 @@ parse_ifname_opts() { > esac > } > >+# check if there are any ifname parameters >+if ! getarg ifname= >/dev/null ; then >+ return >+fi >+ > # Check ifname= lines > for p in $(getargs ifname=); do > parse_ifname_opts $p
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 1069275
: 867046