diff options
author | Erik Troan <ewt@redhat.com> | 1999-12-27 15:28:51 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-12-27 15:28:51 +0000 |
commit | 9a4529aca6389f57cc70d30c30c257a759fc4570 (patch) | |
tree | fc5ceba6a9b8b75260be53bec867b94932ddee3c | |
parent | 52e795b0c57a4ce317906d3729709392a77cb04c (diff) | |
download | anaconda-9a4529aca6389f57cc70d30c30c257a759fc4570.tar.gz anaconda-9a4529aca6389f57cc70d30c30c257a759fc4570.tar.xz anaconda-9a4529aca6389f57cc70d30c30c257a759fc4570.zip |
removed extraneous comments
-rw-r--r-- | kickstart.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kickstart.py b/kickstart.py index 6e005b4bf..091a97c5f 100644 --- a/kickstart.py +++ b/kickstart.py @@ -358,8 +358,3 @@ class Kickstart(InstallClass): self.installType = "install" self.readKickstart(file) - # need to take care of: - #[ "lilo", "mouse", "network", "complete", - #"package-selection", "bootdisk", "partition", "format", - #"dependencies", "language", "keyboard", - # "mouse" ].index(type) |