Build Your Own Remix with Fedora: Difference between revisions
m →Install the necessary software: update |
m →Set up your environment: edits |
||
| 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*)/ | :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:''' | ||
:: | ::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 | *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*) | mkdir /home/(user*)/spin-kickstarts | ||
cp /usr/share/spin-kickstarts/*.ks /home/(user*) | cp /usr/share/spin-kickstarts/*.ks /home/(user*)/spin-kickstarts/ | ||
cd /home/(user*) | 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) | ||