Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/default-x86_64-NEXT/prepare_custom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1408 - (show annotations) (download)
Mon Jun 6 08:59:42 2011 UTC (12 years, 11 months ago) by niro
File size: 236 byte(s)
-clear root password and add user livecd
1 #!/bin/bash
2
3 # set an empty root password
4 chroot ${CDCHROOTDIR} passwd -d root
5 # add livecd user
6 chroot ${CDCHROOTDIR} useradd -m -s /bin/bash -g users -G audio,video,cdrom,cdrw,games,wheel livecd
7 chroot ${CDCHROOTDIR} passwd -d livecd