--- trunk/mlivecdbuild/profiles/alx-0_7_branch/prepare_custom 2013/05/16 13:20:55 2121 +++ trunk/mlivecdbuild/profiles/alx-0_7_branch/prepare_custom 2014/01/03 07:45:49 2317 @@ -8,8 +8,8 @@ install -m 0644 $(get_profile boot-duration.livecd) ${CDCHROOTDIR}/var/lib/plymouth/boot-duration || die # install mnt-cdrom mount service, should be provided by alxinstall-ng -install -m 0644 $(get_profile mnt-cdrom.mount) ${CDCHROOTDIR}/ust/lib/systemd/system/mnt-cdrom.mount || die -ln -snf ../mnt-cdrom.mount ${CDCHROOTDIR}/ust/lib/systemd/system/local-fs.target.wants/mnt-cdrom.mount || die +install -m 0644 $(get_profile mnt-cdrom.mount) ${CDCHROOTDIR}/usr/lib/systemd/system/mnt-cdrom.mount || die +ln -snf ../mnt-cdrom.mount ${CDCHROOTDIR}/usr/lib/systemd/system/local-fs.target.wants/mnt-cdrom.mount || die # disable splash X11 vt change and set splash to be always verbose #if [[ -f ${CDCHROOTDIR}/etc/splash/splash.conf ]]