--- dracut/anaconda-lib.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dracut/anaconda-lib.sh b/dracut/anaconda-lib.sh index 132045e..59ee06b 100755 --- a/dracut/anaconda-lib.sh +++ b/dracut/anaconda-lib.sh @@ -52,7 +52,7 @@ anaconda_live_root_dir() { img=$(find_runtime $mnt/$path) if [ -n "$img" ]; then info "anaconda: found $img" - [ "$dir" = "$repodir" ] || mount --move $mnt $repodir + [ "$mnt" = "$repodir" ] || mount --move $mnt $repodir else if [ "${path%.iso}" != "$path" ]; then iso=$path -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list