Sugar Creation Kit: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
Line 273: Line 273:
:Manipulate files that have been installed
:Manipulate files that have been installed
::%post command are done in ''cheroot''(the commands are only run against the new file system created for the live CD)
::%post command are done in ''cheroot''(the commands are only run against the new file system created for the live CD)
::: Examples;
:
#Add new user and apply a password
Look at this .ks for usage examples:http://people.sugarlabs.org/Tgillard/Mirabelle-Remix-plain.ks
useradd -c *example user* user
 
echo *newpass* | passwd --stdin
user > /dev/null


* Congrats -- you're done!
* Congrats -- you're done!