Build Your Own Remix with Fedora: Difference between revisions
| Line 18: | Line 18: | ||
single-word command. It would probably serve the targeted-project, | single-word command. It would probably serve the targeted-project, | ||
special-focus case. | special-focus case. | ||
==livemedia-creator== | |||
*Newer method in | *Newer method in f24 | ||
:https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/ | :https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/ | ||
*Older post | *Older post | ||
:https://www.brianlane.com/creating-live-isos-with-livemedia-creator.html | :https://www.brianlane.com/creating-live-isos-with-livemedia-creator.html | ||
*Examples in f24 root terminal: | *Examples in f24 root terminal: | ||
*Must be done first: | *Must be done first: | ||
:'''You must be in the same fedora version (f24) first.''' | |||
setenforce 0 | setenforce 0 | ||
=== ksflatten === | |||
::build works: 05/26/2016 tg | |||
*Link: | |||
:https://pagure.io/fedora-kickstarts/tree/f24 | |||
:Kickstarts need to flattened before use: | |||
:: hit raw tab and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure.ks/) | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-soas.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-base.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-minimization.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo-not-rawhide.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo-rawhide.ks | |||
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-soas-packages.ks | |||
*switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure.ks/) | |||
ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F24 | |||
livemedia-creator --ks /home/ | livemedia-creator --ks /home/(user)/Downloads/pagure.ks/flat-fedora-live-soas.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 24 --title Fedora-SoaS-flat-live --macboot | ||
=== Make a remix === | |||
*edit the bottom of the flat-fedora-live-soas.ks | |||
:in this section | |||
%packages | |||
:add a program (add name) | |||
:'''-''' delete a program ( put - in front) | |||
:put '''#''' in front of listed program to not install it | |||
===koji kickstarts used=== | ===koji kickstarts used=== | ||