Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/tinyalx-i686/prepare_custom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 746 - (hide annotations) (download)
Thu Jun 26 16:25:58 2008 UTC (15 years, 10 months ago) by niro
File size: 196 byte(s)
-tinyALX livecd profile for i686 arch

1 niro 746 #!/bin/bash
2    
3     # set root password to foobar
4     echo '(echo foobar; sleep 1; echo foobar) | passwd root' > ${CDCHROOTDIR}/.runme
5     chroot ${CDCHROOTDIR} /bin/bash -i /.runme
6     rm -f ${CDCHROOTDIR}/.runme
7