Magellan Linux

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

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

revision 1523 by niro, Sun Jul 3 21:33:49 2011 UTC revision 1524 by niro, Thu Sep 8 12:17:08 2011 UTC
# Line 3  Line 3 
3  # set an empty root password  # set an empty root password
4  chroot ${CDCHROOTDIR} passwd -d root  chroot ${CDCHROOTDIR} passwd -d root
5    
6    # disable splash X11 vt change and set splash to be always verbose
7    if [[ -f ${CDCHROOTDIR}/etc/splash/splash.conf ]]
8    then
9     sed -i -e 's:^\(SPLASH_X11_TTY=.*\):#\1:' \
10     -e 's:^\(SPLASH_MODE=\).*:\1\"verbose\":' \
11     ${CDCHROOTDIR}/etc/splash/splash.conf
12    fi
13    
14  # stop here if the user don't want to create the install tarball  # stop here if the user don't want to create the install tarball
15  [[ ! -z ${SKIP_CREATE_INSTALL_TARBALL} ]] && exit 0  [[ ! -z ${SKIP_CREATE_INSTALL_TARBALL} ]] && exit 0
16    

Legend:
Removed from v.1523  
changed lines
  Added in v.1524