Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 482259 Details for
Bug 681803
stage2 doesn't process "bootif" value of network --device in kickstart correctly
Home
New
Search
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.rh92 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 fixing "bootif" value processing (tested and seems to be working)
bootif.patch (text/plain), 827 bytes, created by
Vratislav Podzimek
on 2011-03-04 09:50:30 UTC
(
hide
)
Description:
proposed patch fixing "bootif" value processing (tested and seems to be working)
Filename:
MIME Type:
Creator:
Vratislav Podzimek
Created:
2011-03-04 09:50:30 UTC
Size:
827 bytes
patch
obsolete
>diff --git a/kickstart.py b/kickstart.py >index 3ce4ad1..1c95b63 100644 >--- a/kickstart.py >+++ b/kickstart.py >@@ -575,6 +575,14 @@ class NetworkData(commands.network.RHEL6_NetworkData): > (device, msg)) > else: > device = self.device >+ >+ # If 'bootif' value of network --device is used use MAC address >+ # from cmdline remove "01-" from start and edit value for further >+ # processing >+ if self.device.lower() == "bootif": >+ device = flags.cmdline["BOOTIF"][3:] >+ device = device.replace("-",":") >+ log.info("bootif in kickstart used, transforming to MAC address") > > # If we were given a network device name, grab the device object. > # If we were given a MAC address, resolve that to a device name
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 681803
:
482024
|
482027
|
482028
|
482029
|
482049
| 482259