> Fix traceback at end of live installs for the storage branch > --- > livecd.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/livecd.py b/livecd.py > index 2d09717..d05dc79 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 A+ - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list