loader used to put the install source at /mnt/install/source; we're moving to /run but it simplifies things to keep the directory name the same. This lets us just symlink /mnt/install to /run/install and things should work like they used to. --- 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 9d15e51..171071e 100755 --- a/dracut/anaconda-lib.sh +++ b/dracut/anaconda-lib.sh @@ -39,7 +39,7 @@ find_runtime() { done } -repodir="/run/install/repo" +repodir="/run/install/source" isodir="/run/install/isodir" rulesfile="/etc/udev/rules.d/90-anaconda.rules" -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list