--- trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom 2011/09/08 12:09:50 1523 +++ trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom 2011/09/08 12:17:08 1524 @@ -3,6 +3,14 @@ # set an empty root password chroot ${CDCHROOTDIR} passwd -d root +# disable splash X11 vt change and set splash to be always verbose +if [[ -f ${CDCHROOTDIR}/etc/splash/splash.conf ]] +then + sed -i -e 's:^\(SPLASH_X11_TTY=.*\):#\1:' \ + -e 's:^\(SPLASH_MODE=\).*:\1\"verbose\":' \ + ${CDCHROOTDIR}/etc/splash/splash.conf +fi + # stop here if the user don't want to create the install tarball [[ ! -z ${SKIP_CREATE_INSTALL_TARBALL} ]] && exit 0