diff options
author | bfox <bfox> | 2000-11-17 21:20:29 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-17 21:20:29 +0000 |
commit | ec17487aaadbd19dab83fa75f7801f3e885e129b (patch) | |
tree | 1b10cd19b14cdc8f0bfecbe59d6238d8b3ba77b4 | |
parent | 240c22ba05a3b5e8829145cc0153c340d7a6d3e0 (diff) | |
download | anaconda-ec17487aaadbd19dab83fa75f7801f3e885e129b.tar.gz anaconda-ec17487aaadbd19dab83fa75f7801f3e885e129b.tar.xz anaconda-ec17487aaadbd19dab83fa75f7801f3e885e129b.zip |
Added state saving variable for video card original state.
-rw-r--r-- | todo.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -378,9 +378,10 @@ class ToDo: self.videoCardStateName = "" self.videoCardStateNode = "" self.videoRamState = "" + self.videoRamOriginal = "" self.monitorOriginalName = "" self.monitorOriginalNode = "" - + self.probedFlag = "" # If reconfig mode, don't probe floppy #print self.reconfigOnly |