summaryrefslogtreecommitdiffstats
path: root/textw/installpath_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 00:00:40 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 00:00:40 +0000
commit62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e (patch)
treeb574d7b44e522a85288c052ca7284f73d47db858 /textw/installpath_text.py
parent0c9e60e741e93b599af8a7c976112dc587ad23de (diff)
downloadanaconda-62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e.tar.gz
anaconda-62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e.tar.xz
anaconda-62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e.zip
remove old (CRUFTY) code
Diffstat (limited to 'textw/installpath_text.py')
-rw-r--r--textw/installpath_text.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/textw/installpath_text.py b/textw/installpath_text.py
index e88a351b8..d99754cab 100644
--- a/textw/installpath_text.py
+++ b/textw/installpath_text.py
@@ -37,27 +37,11 @@ class InstallPathWindow:
if button == TEXT_BACK_CHECK:
return INSTALL_BACK
- needNewDruid = 0
-
- if needNewDruid:
- # The last 0 on here means we don't know if it's an upgrade or
- # not.
- id.fstab = NewtFstab(flags.setupFilesystems(),
- flags.serial(), 0, 0,
- intf.waitWindow,
- intf.messageWindow,
- intf.progressWindow,
- not flags.expert,
- method.protectedPartitions(),
- flags.expert, 0)
-
-
if (choice != orig):
(name, objectClass, logo) = classes[choice]
c = objectClass(flags.expert)
c.setSteps(dispatch)
c.setInstallData(id)
- needNewDruid = 1
return INSTALL_OK