Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 #!/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