Build Your Own Remix with Fedora: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
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===
==livemedia-creator==
*Newer method in f22-23
*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:
:05/17/2016
 
*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


livemedia-creator --ks /home/satellit/koji-image-f24-build-13983677.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-SoaS-Live --make-iso --volid Fedora-SoaS-Live-24-20160509.n.0 --iso-only --iso-name Fedora-SoaS-Live-x86_64-24-20160509-remix.iso --releasever 24 --title Fedora-SoaS-Live --macboot
*switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure.ks/)


  https://kojipkgs.fedoraproject.org//work/tasks/3677/13983677/koji-image-f24-build-13983677.ks
  ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F24


  livemedia-creator --ks /home/satellit/Desktop/koji-image-f24-build-13983744-mate.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --project Fedora-mate-Live --make-iso --volid Fedora-mate-Live-24-13983744.n.0 --iso-only --iso-name f24-build-13983744-mate-remix.iso --releasever 24 --title Fedora-mate-Live --macboot
  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


https://kojipkgs.fedoraproject.org//work/tasks/3744/13983744/koji-image-f24-build-13983744.ks
=== 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===