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 302303 Details for
Bug 440568
anaconda omits 'KERNEL==' criterion from udev persistent-net rules.
[?]
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 write_net_rules (take 3)
write_net_rules.diff (text/plain), 648 bytes, created by
Kazunori Asayama
on 2008-04-14 04:02:26 UTC
(
hide
)
Description:
patch for write_net_rules (take 3)
Filename:
MIME Type:
Creator:
Kazunori Asayama
Created:
2008-04-14 04:02:26 UTC
Size:
648 bytes
patch
obsolete
>This patch modifies the write_net_rules script so that it adds another >test to generated rules in order to make it possible to distinguish >between PS3's two network interfaces. > >Signed-off-by: Kazunori Asayama <asayama@sm.sony.co.jp> >--- write_net_rules.orig 2008-04-07 13:29:51.000000000 +0900 >+++ write_net_rules 2008-04-14 12:17:10.000000000 +0900 >@@ -92,6 +92,12 @@ > exit 1 > fi > >+if [ -e /sys$DEVPATH/wireless ]; then >+ match="$match, TEST==\"wireless\"" >+else >+ match="$match, TEST!=\"wireless\"" >+fi >+ > if [ "$INTERFACE_NAME" ]; then > # external tools may request a custom name > COMMENT="$COMMENT (custom name provided by external tool)"
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 440568
:
301462
|
301485
|
301740
|
301741
|
301786
| 302303 |
302312
|
302432
|
302441
|
302478