diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-11 18:20:08 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-11 18:20:08 +0000 |
commit | 7bc86f5f87eff406e35fcbc802cde5059972f36d (patch) | |
tree | 58e3f83d9dceaa82a832d454304188c298814fa0 /installclasses | |
parent | 8dd52011152deace0b3ae2826b3472d2a866cab1 (diff) | |
download | anaconda-7bc86f5f87eff406e35fcbc802cde5059972f36d.tar.gz anaconda-7bc86f5f87eff406e35fcbc802cde5059972f36d.tar.xz anaconda-7bc86f5f87eff406e35fcbc802cde5059972f36d.zip |
default to not showing packae group screen
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/workstation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py index 198b485ec..b15e40f1c 100644 --- a/installclasses/workstation.py +++ b/installclasses/workstation.py @@ -47,6 +47,7 @@ class InstallClass(BaseInstallClass): dispatch.skipStep("authentication") dispatch.skipStep("desktopchoice", skip = 0) + dispatch.skipStep("package-selection", skip = 1) def setGroupSelection(self, comps): BaseInstallClass.__init__(self, comps) |