Changes

2,389 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 25 ==
 
==Fedora 25 ==
:Updated 11/25/2016
+
:Updated 12/08/2016
 +
[[Fedora_25_install|'''Tutorial: Install F25 SoaS to hard disk''']]
 +
===f25 Install Guide===
 +
:https://docs.fedoraproject.org/en-US/Fedora/25/html/Installation_Guide/index.html
 +
===Live-iso-to-disk install transcripts===
 +
:[[Testing/Reports/livecd-iso-to-disk]]
 +
* Build a live USB with efi and persistence
 +
 
 
===sugar-runner only works in GNOME on Xorg===
 
===sugar-runner only works in GNOME on Xorg===
 
:sugar-desktop works in GNOME as separate login
 
:sugar-desktop works in GNOME as separate login
Line 12: Line 20:  
: http://dl.fedoraproject.org/pub/alt/stage/25_RC-1.3/
 
: http://dl.fedoraproject.org/pub/alt/stage/25_RC-1.3/
 
: https://dl.fedoraproject.org/pub/alt/releases/25/ see /everything/everything netinstall
 
: https://dl.fedoraproject.org/pub/alt/releases/25/ see /everything/everything netinstall
 +
: https://boot.fedoraproject.org/
   −
* Workstation: https://getfedora.org/workstation/
+
* Workstation: https://getfedora.org/workstation/ (gnome)
    
* Server: https://getfedora.org/server/
 
* Server: https://getfedora.org/server/
Line 21: Line 30:  
Or, check out one of our popular variants:
 
Or, check out one of our popular variants:
   −
* Spins: https://spins.fedoraproject.org/
+
* Spins: https://spins.fedoraproject.org/ (soas)(kde)
   −
* Labs: https://labs.fedoraproject.org/
+
* Labs: https://labs.fedoraproject.org/ (other spins of interest)
    
* Everything netinstall can be used to install nultiple DE's:
 
* Everything netinstall can be used to install nultiple DE's:
Line 45: Line 54:  
* latest version 4.0.7
 
* latest version 4.0.7
 
::Updated Nov 22 2016
 
::Updated Nov 22 2016
 +
* https://apps.fedoraproject.org/packages/mediawriter
    
===Mac and windows===
 
===Mac and windows===
Line 104: Line 114:  
::https://fedoraproject.org/wiki/Common_F25_bugs#cold_boot_is_required_to_add_2nd_DE_to_gdm_wheel_drop-down_list
 
::https://fedoraproject.org/wiki/Common_F25_bugs#cold_boot_is_required_to_add_2nd_DE_to_gdm_wheel_drop-down_list
 
==Use live-iso-to-disk for persistence==
 
==Use live-iso-to-disk for persistence==
 +
also see: [[Testing/Reports/livecd-iso-to-disk]]
 +
 
  dnf install livecd-tools
 
  dnf install livecd-tools
   −
  livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-Workstation-Live-x86_64-24_Beta-1.4.iso /dev/sd(x)
+
  livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-Workstation-Live-x86_64-25-1.3.iso /dev/sd(x)
 
:(x) USB must have: fat format & boot flag
 
:(x) USB must have: fat format & boot flag
 
:(x) CAUTION use "mount" (in terminal) to get correct name for USB  (/dev/sdb /dev/sdc /dev/sdd etc)
 
:(x) CAUTION use "mount" (in terminal) to get correct name for USB  (/dev/sdb /dev/sdc /dev/sdd etc)
Line 122: Line 134:     
*Examples in f25 root terminal:
 
*Examples in f25 root terminal:
 +
=== mock ===
 +
you should always do all work in mock, this will allow you to esure that the compose environment matches the target environment
 +
 +
to setup a Fedora 25 x86_64 environment you would run the following
 +
 +
$ mock -r fedora-25-x86_64 --init
 +
$ mock -r fedora-25-x86_64 --install lorax-lmc-novirt git vim-minimal pykickstart
 +
 +
if you wanted a different arch or release you would use the correct mock configuration file
 +
 +
 +
===Install files===
 +
updated from fedora page
 +
12/15/2016
 +
*'''ksflatten is part of pykickstart'''
 +
 +
# dnf install mock
 +
 +
=== Documentation ===
 +
*Important
 +
: http://lorax.readthedocs.io/en/latest/livemedia-creator.html
 +
: https://github.com/rhinstaller/lorax/blob/master/docs/livemedia-creator.rst
 +
 +
=== mock ===
 +
you should always do all work in mock, this will allow you to esure that the compose environment matches the target environment
 +
 +
to setup a Fedora 25 x86_64 environment you would run the following
 +
 +
$ mock -r fedora-25-x86_64 --init
 +
$ mock -r fedora-25-x86_64 --install lorax-lmc-novirt git vim-minimal pykickstart
 +
 +
if you wanted a different arch or release you would use the correct mock configuration file
 +
 +
=== kickstarts ===
 +
inside the mock chroot, clone the kickstarts
 +
 +
$ git clone https://pagure.io/fedora-kickstarts.git
 +
 +
 +
 
===Install files===
 
===Install files===
 
*'''livemedia-creator and ksflatten are part of lorax'''
 
*'''livemedia-creator and ksflatten are part of lorax'''
Line 188: Line 240:  
::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 266: Line 323:     
* Index of activities listing Activity Number
 
* Index of activities listing Activity Number
:https://wiki.sugarlabs.org/go/Sugar_Creation_Kit/sck/Activity_Matrix#Most_Recent-Activity_Test_Results
+
:[[Sugar_Creation_Kit/sck/Activity_Matrix#Most_Recent-Activity_Test_Results]]
::https://wiki.sugarlabs.org/go/Testing/Reports/Activity_Matrix_(A_to_I)
+
::[[Testing/Reports/Activity_Matrix_(A_to_I)]]
::https://wiki.sugarlabs.org/go/Testing/Reports/Activity_Matrix_(J_to_Z)
+
::[[Testing/Reports/Activity_Matrix_(J_to_Z)]]
    
*Numeric list of Activities
 
*Numeric list of Activities
Line 288: Line 345:  
==fedora developer==
 
==fedora developer==
 
* https://developer.fedoraproject.org/tech.html
 
* https://developer.fedoraproject.org/tech.html
 +
==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/
 +
===Test Day BetterSwitchableGraphicsSupport===
 +
* https://fedoraproject.org/wiki/Test_Day:2016-11-03_BetterSwitchableGraphicsSupport
 +
: Results - http://testdays.fedorainfracloud.org/events/14
    
==LiveOS_image/overlay==
 
==LiveOS_image/overlay==
12,355

edits