Sugar Creation Kit: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
Line 265: Line 265:
  %end
  %end
  </code>
  </code>
=====More Information=====
#%packages
:Add and or remove programs
::Any Program with a minus sign (-) will be removed; any program without a minus will be added


# Congrats -- you're done!
* %post
: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)
::: Examples;
#Add new user and apply a password
useradd -c *example user* user
echo *newpass* | passwd --stdin
user > /dev/null
 
* Congrats -- you're done!


====Example Terminal Command to Build .iso ====
====Example Terminal Command to Build .iso ====