Sugar Creation Kit: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
Line 283: Line 283:


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.
: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:
*Set SELinux in permissive mode:
  su -c ‘setenforce 0’
  su -c ‘setenforce 0’
*Copy the kickstart files you've Downloaded to your Desktop:
*Copy the kickstart files you've Downloaded to your Desktop:
:(user*)= your user name


  gedit /usr/share/spin-kickstarts/
  mkdir /home/(user*)/Desktop/spin-kickstarts
copy all of the .ks files to a new spin-kickstarts Directory on your Desktop
cp /usr/share/spin-kickstarts/*.ks /home/(user*)/Desktop/spin-kickstarts/
Edit one of the .ks files you just copied.
cd /home/(user*)/Desktop/spin-kickstarts/
 
* Edit one of the .ks files you just copied to your Desktop/spin-kickstarts directory
gedit


==== Create''/Modify'' the kickstart file ====
==== Create''/Modify'' the kickstart file ====