[util-iso-boot] fix isomounts after rename

This commit is contained in:
udeved 2015-07-04 20:40:55 +02:00
parent d9ab8e24f6
commit f917adf6ae

View file

@ -281,7 +281,7 @@ write_isomounts(){
echo '' >> $1
msg2 "Writing livecd entry ..."
echo "${arch}/livecd-image.sqfs ${arch} / squashfs" >> $1
if [[ -f Packages-Xorg ]] ; then
if [[ -f Packages-mhwd ]] ; then
msg2 "Writing mhwd entry ..."
echo "${arch}/mhwd-image.sqfs ${arch} / squashfs" >> $1
fi