Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1408 - (hide annotations) (download)
Mon Jun 6 08:59:42 2011 UTC (13 years ago) by niro
File size: 236 byte(s)
-clear root password and add user livecd
1 niro 1408 #!/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