[f23-branch 1/1] Fix branding when iso is downloaded from nfs or hd (#1252756)

jkonecny12 installerbot-noreply at redhat.com
Fri Sep 18 14:12:41 UTC 2015


From: Jiri Konecny <jkonecny at redhat.com>

We should load product.img and updates.img from the same place as
install.img is loaded which is /run/install/repo.

Resolves: rhbz#1252756
---
 dracut/anaconda-lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut/anaconda-lib.sh b/dracut/anaconda-lib.sh
index ab8590c..f5f205a 100755
--- a/dracut/anaconda-lib.sh
+++ b/dracut/anaconda-lib.sh
@@ -86,7 +86,7 @@ anaconda_live_root_dir() {
         iso=${isodir}/${iso#$mnt}
         mount -o loop,ro $iso $repodir
         img=$(find_runtime $repodir) || { warn "$iso has no suitable runtime"; }
-        anaconda_auto_updates $isodir/$path/images
+        anaconda_auto_updates $repodir/images
     fi
     # FIXME: make rd.live.ram clever enough to do this for us
     if [ "$1" = "--copy-to-ram" ]; then


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/e6ba19c993b5f1cb917a013048f2dc7586b2af71


More information about the anaconda-patches mailing list