Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/prepare_custom

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2316 by niro, Thu May 16 13:20:55 2013 UTC revision 2317 by niro, Fri Jan 3 07:45:49 2014 UTC
# Line 8  install -d ${CDCHROOTDIR}/var/lib/plymou Line 8  install -d ${CDCHROOTDIR}/var/lib/plymou
8  install -m 0644 $(get_profile boot-duration.livecd) ${CDCHROOTDIR}/var/lib/plymouth/boot-duration || die  install -m 0644 $(get_profile boot-duration.livecd) ${CDCHROOTDIR}/var/lib/plymouth/boot-duration || die
9    
10  # install mnt-cdrom mount service, should be provided by alxinstall-ng  # install mnt-cdrom mount service, should be provided by alxinstall-ng
11  install -m 0644 $(get_profile mnt-cdrom.mount) ${CDCHROOTDIR}/ust/lib/systemd/system/mnt-cdrom.mount || die  install -m 0644 $(get_profile mnt-cdrom.mount) ${CDCHROOTDIR}/usr/lib/systemd/system/mnt-cdrom.mount || die
12  ln -snf ../mnt-cdrom.mount ${CDCHROOTDIR}/ust/lib/systemd/system/local-fs.target.wants/mnt-cdrom.mount || die  ln -snf ../mnt-cdrom.mount ${CDCHROOTDIR}/usr/lib/systemd/system/local-fs.target.wants/mnt-cdrom.mount || die
13    
14  # disable splash X11 vt change and set splash to be always verbose  # disable splash X11 vt change and set splash to be always verbose
15  #if [[ -f ${CDCHROOTDIR}/etc/splash/splash.conf ]]  #if [[ -f ${CDCHROOTDIR}/etc/splash/splash.conf ]]

Legend:
Removed from v.2316  
changed lines
  Added in v.2317