diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-18 22:14:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-18 22:14:50 +0000 |
commit | afeb5c15ae625611c1f464784e06ab6e64058b96 (patch) | |
tree | eb299afcbe0026bfb6b620249e073dcaa6da8db8 /todo.py | |
parent | 0f09c8cbba7a79f038e9a7f60a14e37eab6464df (diff) | |
download | anaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.tar.gz anaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.tar.xz anaconda-afeb5c15ae625611c1f464784e06ab6e64058b96.zip |
give proper path to fstab
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |