kadischi/livecd_generator kadischi.py,1.15,1.16

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Jul 3 01:17:13 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27903/kadischi/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
Clarify Anaconda option passing parameter


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kadischi.py	1 Jul 2006 18:53:29 -0000	1.15
+++ kadischi.py	3 Jul 2006 01:17:11 -0000	1.16
@@ -42,7 +42,7 @@
 parser.add_option ("", "--graphical", dest="graphical", action="store_true", default=False, help="run anaconda in GUI mode")
 parser.add_option ("", "--kickstart", dest="ksfile", help="supply anaconda with kickstart file")
 parser.add_option ("", "--buildstamp", dest="buildstamp", help="buildstamp file (if not set, using the default buildstamp from the config directory)")
-parser.add_option ("", "--anaconda_option", dest="anaconda_options", action="append", help="Anaconda options e.g. --anaconda_option={--test,--vnc,--lowres}")
+parser.add_option ("", "--anaconda_option", dest="anaconda_options", action="append", help="Pass options to Anaconda (example:  --anaconda_option={--test,--vnc,--lowres})")
 
 flc_log ('Parsing command line arguments')
 (options, args) = parser.parse_args ()




More information about the scm-commits mailing list