summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-05-02 21:05:28 +0000
committerMike Fulbright <msf@redhat.com>2000-05-02 21:05:28 +0000
commit1cc96d0393256eafd6d90069ac82ded8126720fa (patch)
tree13702dab7fdfd142384f0f138d1a0dea86f64d6b /text.py
parent9809364d6d00b68bc826ae23f6f90cb99315fad3 (diff)
downloadanaconda-1cc96d0393256eafd6d90069ac82ded8126720fa.tar.gz
anaconda-1cc96d0393256eafd6d90069ac82ded8126720fa.tar.xz
anaconda-1cc96d0393256eafd6d90069ac82ded8126720fa.zip
more fixes for --onpart
Diffstat (limited to 'text.py')
-rw-r--r--text.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/text.py b/text.py
index 9626e9128..9611d6258 100644
--- a/text.py
+++ b/text.py
@@ -212,15 +212,12 @@ class InstallPathWindow:
todo.upgrade = 1
showScreen = 0
-#
-# todo.fstab is now initialized in Todo.__init__()
-#
-# if not showScreen:
-# todo.fstab = NewtFstab(todo.setupFilesystems,
-# todo.serial, 0, 0,
-# todo.intf.waitWindow,
-# todo.intf.messageWindow)
+ # this is (probably) the first place todo.fstab gets created
if not showScreen:
+ todo.fstab = NewtFstab(todo.setupFilesystems,
+ todo.serial, 0, 0,
+ todo.intf.waitWindow,
+ todo.intf.messageWindow)
return INSTALL_NOOP
if (todo.upgrade):