summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-09 16:49:52 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-09 16:49:52 +0000
commit5fdd5ade43ddac872fb178906f6055672cb63c7f (patch)
tree250717f2d3401daaee8a11879acfd4677e7a4c39 /kickstart.py
parent5e9d8805f08745984d7d4153a8d421ca1dafa868 (diff)
downloadanaconda-5fdd5ade43ddac872fb178906f6055672cb63c7f.tar.gz
anaconda-5fdd5ade43ddac872fb178906f6055672cb63c7f.tar.xz
anaconda-5fdd5ade43ddac872fb178906f6055672cb63c7f.zip
more fixme comments removed since done
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/kickstart.py b/kickstart.py
index f2db1d286..61615146f 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -311,7 +311,6 @@ class KickstartBase(BaseInstallClass):
startX = 0
defaultdesktop = ""
- # XXX make sure new xconfig args get documented
for n in args:
(str, arg) = n
if (str == "--noprobe"):
@@ -348,11 +347,6 @@ class KickstartBase(BaseInstallClass):
def doUpgrade(self, id, args):
- #
- # XXX
- #
- # this won't work. it needs to much with the set of install steps
- #
self.installType = "upgrade"
def doNetwork(self, id, args):
@@ -398,7 +392,6 @@ class KickstartBase(BaseInstallClass):
self.setLanguageDefault (id, args[0][1])
self.setLanguageSupport(id, extra)
- # XXX make sure langsupport command gets documented
self.skipSteps.append("languagesupport")
def doKeyboard(self, id, args):