Sugar Creation Kit: Difference between revisions
| Line 252: | Line 252: | ||
==== Create''/Modify'' the kickstart file ==== | ==== Create''/Modify'' the kickstart file ==== | ||
# Open the kickstart file you chose | # Open the kickstart file you chose from the spin-kickstart folder you copied to your Desktop in the editor of your choice.: | ||
# Create the package manifest section and add your favorite packages: | # Create the package manifest section and add your favorite packages: | ||
<code> | <code> | ||
%packages | %packages | ||
foo | foo | ||
baz | baz | ||
bar | bar | ||
%end | %end | ||
</code> | </code> | ||
# Congrats -- you're done! | # Congrats -- you're done! | ||