Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Sugar Creation Kit
(view source)
Revision as of 17:20, 23 July 2010
465 bytes added
,
17:20, 23 July 2010
m
→Create/Modify the kickstart file
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 ====
Satellit
12,355
edits