Changes

Jump to navigation Jump to search
458 bytes added ,  09:05, 11 May 2019
no edit summary
Line 2: Line 2:  
<br>
 
<br>
 
''Fedora and the Infinity design logo are trademarks of Red Hat, Inc.''
 
''Fedora and the Infinity design logo are trademarks of Red Hat, Inc.''
 
+
; some of the older versions listed here ^ may be security risks- for archive purposes only
 
=fedora 23 Beta=
 
=fedora 23 Beta=
 
:09/18/2015 available on the 22nd
 
:09/18/2015 available on the 22nd
Line 60: Line 60:  
*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 f23 root terminal:
 
===Install files===
 
===Install files===
 
*'''livemedia-creator and ksflatten are part of lorax'''
 
*'''livemedia-creator and ksflatten are part of lorax'''
Line 75: Line 75:  
  Installed:
 
  Installed:
 
   virt-install.noarch 1.3.2-2.fc23                                                                                                                                                 
 
   virt-install.noarch 1.3.2-2.fc23                                                                                                                                                 
 +
systemctl restart libvirtd
 +
*Must be done first:
 +
:'''You must be in the same fedora version (f23) first.'''
 +
setenforce 0
   −
*Must be done first:
  −
:'''You must be in the same fedora version (f24) first.'''
  −
setenforce 0
   
=== ksflatten ===  
 
=== ksflatten ===  
::build works: 05/26/2016 tg
+
::build works: 06/20/2016 tg
 +
 +
ksflatten
 +
bash: ksflatten: command not found...
 +
Install package 'pykickstart' to provide command 'ksflatten'? [N/y] y
 +
 
    
*Link:
 
*Link:
:https://pagure.io/fedora-kickstarts/tree/f24
+
:https://pagure.io/fedora-kickstarts/tree/f23
    
::<dgilmore> satellit: I suggest that you tell people to git clone the repo and not get each piece manually
 
::<dgilmore> satellit: I suggest that you tell people to git clone the repo and not get each piece manually
    
:Kickstarts need to flattened before use:
 
:Kickstarts need to flattened before use:
:: hit raw tab and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure.ks/)
+
:: hit '''raw tab''' and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure/)
 +
 
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-live-soas.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-live-base.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-live-minimization.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-repo.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-repo-not-rawhide.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-repo-rawhide.ks
 +
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-soas-packages.ks
 +
 
 +
*switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure/)
 +
 
 +
ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F23
   −
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-soas.ks
+
*'''NOTE the following command does NOT work in f23'''  "only url and nfs install methods are supported"
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-base.ks
+
::this should be fixed later 06/20/2016
: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/)
+
livemedia-creator --ks /home/(user)/Downloads/pagure/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 23 --title Fedora-SoaS-flat-live --macboot
   −
  ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F24
+
USE:
 +
:tested in Thinkpad T-400 with f23 installed
 +
  dnf install livecd-tools
   −
  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
+
  livecd-creator \
 +
--config=/home/(user)/Downloads/pagure/flat-fedora-live-soas.ks \
 +
  --fslabel=Soas-f23-Remix --cache=/var/cache/live --verbose
    
=== Make a remix ===
 
=== Make a remix ===
Line 154: Line 171:  
  [root@localhost tmp]#
 
  [root@localhost tmp]#
   −
*f24 soas remix with liveusb-creator added to koji-image-f24-build-14147415.ks
+
===f24 soas remix with liveusb-creator===
[[File:F24soasLUC.png|500px]]
+
: added to koji-image-f24-build-14147415.ks
 +
[[File:F24soasLUC.png|800px]]
    
==Developer Portal==
 
==Developer Portal==
Line 164: Line 182:     
==SoaS f23==
 
==SoaS f23==
*https://dl.fedoraproject.org/pub/alt/stage/23_Beta_RC1/Live/x86_64/Fedora-Live-SoaS-x86_64-23_Beta-1.iso
+
:Not in f23 builds use livemedia-creator to build
*https://dl.fedoraproject.org/pub/alt/stage/23_Beta_RC1/Live/i386/Fedora-Live-SoaS-i686-23_Beta-1.iso
   
===Features===
 
===Features===
 
:http://wiki.sugarlabs.org/go/0.106/Notes
 
:http://wiki.sugarlabs.org/go/0.106/Notes
12,355

edits

Navigation menu