add symlink from /mnt/install -> /run/install
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.
This commit is contained in:
parent
1fe6e6ce54
commit
b856297986
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user