Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/tinyalx-i486/prepare_custom

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

revision 750 by niro, Thu Jun 26 16:25:53 2008 UTC revision 751 by niro, Thu Jun 26 17:47:50 2008 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3  # set root password to foobar  # set an empty root password
4  echo '(echo foobar; sleep 1; echo foobar) | passwd root' > ${CDCHROOTDIR}/.runme  chroot ${CDCHROOTDIR} passwd -d root
 chroot ${CDCHROOTDIR} /bin/bash -i /.runme  
 rm -f ${CDCHROOTDIR}/.runme  
   

Legend:
Removed from v.750  
changed lines
  Added in v.751