Build Your Own Remix with Fedora: Difference between revisions

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


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*)/ directory 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:'''
::It will fail if this is not done
::Remix build will fail if this is not done
  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 a new spin-kickstarts directory:
::As noted above; copying changes the file permissions so it is easier to use them.
 
:(user*)= your user name
:(user*)= your user name
 
*In terminal $:
  mkdir /home/(user*)/Desktop/spin-kickstarts
  mkdir /home/(user*)/spin-kickstarts
  cp /usr/share/spin-kickstarts/*.ks /home/(user*)/Desktop/spin-kickstarts/
  cp /usr/share/spin-kickstarts/*.ks /home/(user*)/spin-kickstarts/
  cd /home/(user*)/Desktop/spin-kickstarts/
  cd /home/(user*)/spin-kickstarts/
=====[http://git.fedorahosted.org/cgit/spin-kickstarts.git/ spin-kickstarts.git]=====
=====[http://git.fedorahosted.org/cgit/spin-kickstarts.git/ spin-kickstarts.git]=====
*These are more up to date kickstart files-(used for builds)
*These are more up to date kickstart files-(used for builds)