Changes

Jump to navigation Jump to search
2,181 bytes added ,  09:03, 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 26 ==
 
==Fedora 26 ==
:Updated 11/21/2016
+
:Updated 03/04/2017
 +
===switch to f26 after branch===
 +
You should also make sure the 'fedora' repo is enabled and the
 +
'rawhide' repo disabled:
 +
 
 +
dnf config-manager --set-enabled fedora
 +
dnf config-manager --set-disabled rawhide
 +
disable any other repos
 +
dnf distro-sync
 +
[https://wiki.sugarlabs.org/go/Fedora_25_install  '''Tutorial: Install f25 soas to hard disk''']
 
===Download===
 
===Download===
* Page under construction
+
* https://getfedora.org/
 +
* https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/26/Spins/x86_64/iso/
 +
* https://dl.fedoraproject.org/pub/fedora/linux/development/26/Spins/x86_64/iso/
 +
* latest builds : http://koji.fedoraproject.org/koji/tasks?start=0&state=all&view=tree&method=livemedia&order=-id
 +
* https://boot.fedoraproject.org/
 +
: http://dl.fedoraproject.org/pub/alt/bfo/bfo.iso
 +
 
 +
==[https://wiki.sugarlabs.org/go/Fedora_25_install  Install f25 SoaS to Disk]==
 +
*Tutorial
 +
:https://wiki.sugarlabs.org/go/Fedora_25_install
 +
*Jabber server is removed in f26
 +
:https://github.com/sugarlabs/sugar/commit/2953e894f8fa6cd9c04ace4b384233e4b806f91f#diff-9301b3551f7acdbe0d722e4b0fe7e2d0
 +
== Install sugar as 2nd Desktop ==
 +
sudo dnf groupinstall sugar-desktop
 +
sudo dnf install python2-decorator webkitgtk3 sugar-runner
 +
*Works with f26 Workstation install to HD
 +
*Run in x-gnome install
 +
*Installs "X" icon to installed programs
 +
*Exit sugar back to gnome desktop by "log out" command
 +
 
 
=='''Fedora Media Writer'''==
 
=='''Fedora Media Writer'''==
 
===Linux===
 
===Linux===
Line 101: Line 130:  
*Must be done first:
 
*Must be done first:
   −
:'''You must be in the same fedora version (f25) first. This is so that packages can be installed to livecd without SELinux errors and is relabeled at boot time.'''
+
:'''You must be in the same fedora version (f26) first. This is so that packages can be installed to livecd without SELinux errors and is relabeled at boot time.'''
 
  setenforce 0
 
  setenforce 0
   Line 138: Line 167:     
=== ksflatten ===  
 
=== ksflatten ===  
::updated 06/28/2016  
+
::updated 12/03/2016  
      −
  ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F25
+
  ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F26
    
===livemedia-creator examples===
 
===livemedia-creator examples===
   −
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks  --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 25 --title Fedora-SoaS-flat-live --macboot
+
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks  --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 26 --title Fedora-SoaS-flat-live --macboot
    
   
 
   
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-kde.ks --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-kde-Live --make-iso --volid Fedora-kde-f25-live --iso-only --iso-name Fedora-kde-f25-live.iso --releasever 25 --title Fedora-kde-f25-live --macboot
+
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-kde.ks --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-kde-Live --make-iso --volid Fedora-kde-f25-live --iso-only --iso-name Fedora-kde-f25-live.iso --releasever 26 --title Fedora-kde-f26-live --macboot
   −
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-cinnamon.ks  --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-cinnamon-Live --make-iso --volid Fedora-cinnamon-live --iso-only --iso-name Fedora-cinnamon-live.iso --releasever 25 --title Fedora-cinnamon-25-live --macboot
+
  livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-cinnamon.ks  --logfile /var/lmc-logs/livemedia-out.log --no-virt --resultdir /var/lmc --project Fedora-cinnamon-Live --make-iso --volid Fedora-cinnamon-live --iso-only --iso-name Fedora-cinnamon-live.iso --releasever 26 --title Fedora-cinnamon-25-live --macboot
    
* "If you're using /tmp/lmc you need to make sure you have enough RAM available (assuming it is mounted using tmpfs)"
 
* "If you're using /tmp/lmc you need to make sure you have enough RAM available (assuming it is mounted using tmpfs)"
Line 158: Line 187:  
::Brian Lane - https://bugzilla.redhat.com/show_bug.cgi?id=1352970#c6
 
::Brian Lane - https://bugzilla.redhat.com/show_bug.cgi?id=1352970#c6
    +
==='''warning'''===
 +
:12/14/2016
 +
*There is a problem using LMC this way:
 +
<adamw> satellit: you really *really* shouldn't be running lmc directly on the system with --no-virt anyway
 +
<adamw> it's a fundamentally risky thing to do
 
=== Make a remix ===
 
=== Make a remix ===
 
*edit the bottom of the flat-fedora-live-soas.ks
 
*edit the bottom of the flat-fedora-live-soas.ks
Line 169: Line 203:  
====kickstart-docs====
 
====kickstart-docs====
 
: https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart-docs.rst
 
: https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart-docs.rst
 
+
: http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html
 
====terminal output of livemedia-creator build====
 
====terminal output of livemedia-creator build====
 
:Build takes a long time wait for completion
 
:Build takes a long time wait for completion
Line 228: Line 262:  
  rm: remove directory 'lmc'? y
 
  rm: remove directory 'lmc'? y
 
  [root@localhost var]#
 
  [root@localhost var]#
 +
 +
==KDE-Wayland==
 +
: https://community.kde.org/KWin/Wayland
 +
==nvidia problems==
 +
* https://rpmfusion.org/Howto/nVidia
 +
* https://devtalk.nvidia.com/default/topic/974491/?comment=5010277
 +
* https://blogs.gnome.org/uraeus/2016/11/01/discrete-graphics-and-fedora-workstation-25/
 +
 +
==Anaconda Boot Options==
 +
* http://anaconda-installer.readthedocs.io/en/latest/boot-options.html
 
==the-efi-system-partition==
 
==the-efi-system-partition==
 
* https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
 
* https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
Line 234: Line 278:  
==dnf reference==
 
==dnf reference==
 
* https://dnf.readthedocs.io/en/latest/api.html
 
* https://dnf.readthedocs.io/en/latest/api.html
 +
==systemd-logs==
 +
*https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs
 +
 
==fedora developer==
 
==fedora developer==
 
* https://developer.fedoraproject.org/tech.html
 
* https://developer.fedoraproject.org/tech.html
12,355

edits

Navigation menu