Sugar Creation Kit: Difference between revisions
| Line 248: | Line 248: | ||
Now we'll set up the place you'll be building your remix's image file in. We assume you're running a recent version of Fedora. | Now we'll set up the place you'll be building your remix's image file in. We assume you're running a recent version of Fedora. | ||
:We will use the /home/(user)/Desktop to do our builds | :We will use the /home/(user)/Desktop to do our builds | ||
:Note: If you use the Kickstart files in the default installed location in /usr/share/spin-kickstarts you will have permission problems editing the files. | |||
*Set SELinux in permissive mode: | |||
su -c ‘setenforce 0’ | su -c ‘setenforce 0’ | ||
*Copy the kickstart files you've Downloaded to your Desktop: | |||
gedit /usr/share/spin-kickstarts/ | gedit /usr/share/spin-kickstarts/ | ||
copy all of the .ks files to a new spin-kickstarts Directory on your Desktop | |||
Edit one of the .ks files you just copied. | Edit one of the .ks files you just copied. | ||
==== Create''/Modify'' the kickstart file ==== | ==== Create''/Modify'' the kickstart file ==== | ||