summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-01-06 00:13:09 +0000
committerMike Fulbright <msf@redhat.com>2000-01-06 00:13:09 +0000
commitc28a5b83731a8b09b6f1f0129258ae7409dd4940 (patch)
tree0671871764f89d6addf134b049f27769ee93a59f /text.py
parentc55fa047ddfa30fb2a0d6b79cd6b30caa90df0ec (diff)
downloadanaconda-c28a5b83731a8b09b6f1f0129258ae7409dd4940.tar.gz
anaconda-c28a5b83731a8b09b6f1f0129258ae7409dd4940.tar.xz
anaconda-c28a5b83731a8b09b6f1f0129258ae7409dd4940.zip
fix problem in text mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/text.py b/text.py
index 818e57a64..943c788d5 100644
--- a/text.py
+++ b/text.py
@@ -927,8 +927,10 @@ class InstallInterface:
def run(self, todo, test = 0):
if todo.serial:
self.screen.suspendCallback(spawnShell, self.screen)
- todo.fstab = NewtFstab(todo.setupFilesystems, todo.serial, 0, 0,
- self.waitWindow, self.messageWindow)
+
+ if not todo.reconfigOnly:
+ todo.fstab = NewtFstab(todo.setupFilesystems, todo.serial, 0, 0,
+ self.waitWindow, self.messageWindow)
if todo.reconfigOnly:
self.commonSteps = [