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 152900 Details for
Bug 236915
add dogtail command to kickstart
[?]
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]
New option in pykickstart/parser.py
pykickstart.parser.add_dogtail_command.diff (text/plain), 964 bytes, created by
Alexander Todorov
on 2007-04-18 13:11:04 UTC
(
hide
)
Description:
New option in pykickstart/parser.py
Filename:
MIME Type:
Creator:
Alexander Todorov
Created:
2007-04-18 13:11:04 UTC
Size:
964 bytes
patch
obsolete
>--- parser.py.original 2007-04-18 14:43:10.000000000 +0200 >+++ parser.py 2007-04-18 14:59:51.000000000 +0200 >@@ -233,6 +233,7 @@ > "cmdline" : self.doDisplayMode, > "device" : self.doDevice, > "deviceprobe" : self.doDeviceProbe, >+ "dogtail" : self.doDogtail, > "driverdisk" : self.doDriverDisk, > "firewall" : self.doFirewall, > "firstboot" : self.doFirstboot, >@@ -370,6 +371,12 @@ > elif self.currentCmd == "text": > self.ksdata.displayMode = DISPLAY_MODE_TEXT > >+ def doDogtail(self, args): >+ if len(args) > 1: >+ raise KickstartValueError, formatErrorMsg(self.lineno, msg=_("Command %s only takes one argument") % "dogtail") >+ >+ self.ksdata.dogtail = args[0] >+ > def doDriverDisk(self, args): > self.ksdata.driverdisk = string.join(args) >
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 236915
: 152900 |
152909
|
154020
|
154021
|
154022