diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-16 19:19:22 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-16 19:19:22 +0000 |
commit | 7197450c8027ea95ebd40435a463def8ee638527 (patch) | |
tree | 5145a9407e8ddbf27070d54a82c260e3d0bff87f /installclass.py | |
parent | 4e687caa8985e29ff1c0c4c585593a4e3c243f10 (diff) | |
download | anaconda-7197450c8027ea95ebd40435a463def8ee638527.tar.gz anaconda-7197450c8027ea95ebd40435a463def8ee638527.tar.xz anaconda-7197450c8027ea95ebd40435a463def8ee638527.zip |
only way to make sure firstboot gets the change I want is to disable the
installer piece :) monitor configuration is going to move to there since if
we can get you to the point where you're installing in graphics mode, there's
no reason not to do all of your x configuration at once.
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py index b20254745..a0010d295 100644 --- a/installclass.py +++ b/installclass.py @@ -111,9 +111,9 @@ class BaseInstallClass: dispatch.setStepList( "language", "keyboard", - "checkmonitorok", - "monitor", - "setsanex", +# "checkmonitorok", +# "monitor", +# "setsanex", "welcome", "findrootparts", "betanag", |