summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-18 22:14:50 +0000
committerMatt Wilson <msw@redhat.com>1999-08-18 22:14:50 +0000
commitafeb5c15ae625611c1f464784e06ab6e64058b96 (patch)
treeeb299afcbe0026bfb6b620249e073dcaa6da8db8 /todo.py
parent0f09c8cbba7a79f038e9a7f60a14e37eab6464df (diff)
downloadanaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.tar.gz
anaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.tar.xz
anaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.zip
give proper path to fstab
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 9a2817ff0..e53e093fc 100644
--- a/todo.py
+++ b/todo.py
@@ -725,7 +725,7 @@ class ToDo:
self.getHeaderList()
isys.makeDevInode(root, '/tmp/' + root)
isys.mount('/tmp/' + root, '/mnt/sysimage')
- self.mounts = self.readFstab ('/mnt/sysimage')
+ self.mounts = self.readFstab ('/mnt/sysimage/etc/fstab')
self.mountFilesystems ()
packages = rpm.findUpgradeSet (self.hdList.hdlist, '/mnt/sysimage')
self.umountFilesystems ()