Since noloader mounts stuff under /run/install, but anaconda (and people's scripts etc.) look under /mnt/install, make a symlink so everything works as expected. --- share/runtime-cleanup.tmpl | 2 +- share/runtime-postinstall.tmpl | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index e211cf2..1c57a63 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -59,7 +59,7 @@ removepkg tigervnc-license ttmkfdir xml-common xorg-x11-font-utils removepkg xorg-x11-server-common yum-utils ## other removals -remove /boot /home /media /mnt /opt /srv /tmp/* +remove /boot /home /media /opt /srv /tmp/* remove /usr/etc /usr/games /usr/local /usr/tmp remove /usr/share/doc /usr/share/info /usr/share/man /usr/share/gnome remove /usr/share/mime/application /usr/share/mime/audio /usr/share/mime/image diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 2166a89..a1acea0 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -95,6 +95,7 @@ move usr/libexec/anaconda/auditd sbin ## for compatibility with Ancient Anaconda Traditions symlink lib/modules /modules symlink lib/firmware /firmware +symlink ../run/install mnt/install ## create_depmod_conf() append etc/depmod.d/dd.conf "search updates built-in" -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list