summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd.py b/livecd.py
index 2d09717aa..d05dc7950 100644
--- a/livecd.py
+++ b/livecd.py
@@ -341,7 +341,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
# now write out the "real" fstab and mtab
anaconda.id.storage.write(anaconda.rootPath)
f = open(anaconda.rootPath + "/etc/mtab", "w+")
- f.write(anaconda.id.fsset.mtab())
+ f.write(anaconda.id.storage.fsset.mtab())
f.close()
# copy over the modprobe.conf