Re: [PATCH 1/3] Fix live installs to not traceback

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux