Re: new kickstart work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 	from pykickstart.parser import *
 	from pykickstart.data import *

 	ksdata = KickstartData()
 	kshandlers = KickstartHandlers(ksdata)
 	ksparser = KickstartParser(ksdata, kshandlers)
 	ksparser.readKickstart("ks.cfg")

Do we care about ksdata and kshandlers after the fact?

If you care about the data in the kickstart file, then you do care about
ksdata.  It will be populated as an effect of the call to readKickstart.
I can't think of a good reason off-hand why you would care about
kshandlers, though.

- Chris


[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux