summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-01 20:48:53 +0000
committerMatt Wilson <msw@redhat.com>2000-02-01 20:48:53 +0000
commit44d29ea59647c60411688b7dda2c684852cda958 (patch)
tree5f1c543f88d6e65c1192d3d57060561231e0a8d7 /iw
parentf612d58f9e88130dfa8ad92e2a8a4453eb46af88 (diff)
downloadanaconda-44d29ea59647c60411688b7dda2c684852cda958.tar.gz
anaconda-44d29ea59647c60411688b7dda2c684852cda958.tar.xz
anaconda-44d29ea59647c60411688b7dda2c684852cda958.zip
o upgrade code rebuilds the db to a tmp dir and opens that db to
calculate the upgrade set. When the user OKs the upgrade, the old db is deleted and the new rebuilt db is moved into place. o lilo/fstab checks for testing mode. o added a iutil.rmrf() function to recursively remove directories
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/lilo.py b/iw/lilo.py
index d4e6c5032..c93bb843b 100644
--- a/iw/lilo.py
+++ b/iw/lilo.py
@@ -141,6 +141,9 @@ class LiloWindow (InstallWindow):
self.todo.bootdisk = 1
return None
+ if not self.todo.fstab.setupFilesystems:
+ return None
+
(imageList, defaultLabel) = \
self.todo.lilo.getLiloImages(self.todo.fstab)
self.ignoreSignals = 0