[master/f20/rhel7] Fix liveinst to work with livemedia-creator (#1009711)

Vratislav Podzimek vpodzime at redhat.com
Tue Oct 15 07:52:45 UTC 2013


On Mon, 2013-10-14 at 13:42 -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> livemedia-creator doesn't make the old osmin image and dracut now
> creates a /dev/mapper/live-base pointing to the original device so that
> we can mount it and rsync from there.
> 
> Resolves: rhbz#1009711
> 
> -- Fedora variation of this will reference bug 1018982 and dracut 034-7
> ---
>  anaconda               | 2 +-
>  anaconda.spec.in       | 2 +-
>  data/liveinst/liveinst | 4 +++-
>  3 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/anaconda b/anaconda
> index 899e7d0..7e47a8f 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -948,7 +948,7 @@ if __name__ == "__main__":
>              ksdata.method.method = "url"
>              ksdata.method.url = anaconda.methodstr
>          elif anaconda.methodstr.startswith("livecd"):
> -            ksdata.method.method = "livecd"
> +            ksdata.method.method = "harddrive"
Why this change?

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list