Fedora 25: Difference between revisions
No edit summary |
|||
(36 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="weblink">[[File:Fedora.jpg|link=http://fedoraproject.org/]]</span> {{Template: | <span class="weblink">[[File:Fedora.jpg|link=http://fedoraproject.org/]]</span> {{Template:Fedora_Version_Linkbar}} | ||
<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 | :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-desktop works in GNOME as separate login | |||
* See [[Fedora]]. | |||
===Download=== | ===Download=== | ||
*'''Announced go in go/nogo meeting''' 11/17/2016 | *'''Announced go in go/nogo meeting''' 11/17/2016 | ||
: 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://boot.fedoraproject.org/ | |||
* Workstation: https://getfedora.org/workstation/ (gnome) | |||
* Server: https://getfedora.org/server/ | |||
* Atomic: https://getfedora.org/atomic/ | |||
Or, check out one of our popular variants: | |||
* Spins: https://spins.fedoraproject.org/ (soas)(kde) | |||
* Labs: https://labs.fedoraproject.org/ (other spins of interest) | |||
* Everything netinstall can be used to install nultiple DE's: | |||
: http://dl.fedoraproject.org/pub/alt/stage/25_RC-1.3/Everything/ | |||
* | * Torrents: https://torrents.fedoraproject.org/ | ||
=='''win32diskimager'''== | =='''win32diskimager'''== | ||
Line 23: | Line 52: | ||
===Linux=== | ===Linux=== | ||
sudo dnf --enablerepo=updates-testing --refresh --best install mediawriter | sudo dnf --enablerepo=updates-testing --refresh --best install mediawriter | ||
* latest version 4.0. | * latest version 4.0.7 | ||
::Updated Nov | ::Updated Nov 22 2016 | ||
* https://apps.fedoraproject.org/packages/mediawriter | |||
===Mac and windows=== | ===Mac and windows=== | ||
====fedora version updates automatically==== | |||
[[File:Mediawriter_404.png]] | |||
*new MediaWriter builds are available at | *new MediaWriter builds are available at | ||
: https://getfedora.org/fmw/FedoraMediaWriter-osx-4.0.4.dmg | : https://getfedora.org/fmw/FedoraMediaWriter-osx-4.0.7.dmg | ||
:: https://getfedora.org/fmw/FedoraMediaWriter-osx-4.0.4.dmg | |||
:: https://getfedora.org/fmw/FedoraMediaWriter-osx-4.0.0.dmg | :: https://getfedora.org/fmw/FedoraMediaWriter-osx-4.0.0.dmg | ||
: https://getfedora.org/fmw/FedoraMediaWriter-win32-4.0.4.exe | : https://getfedora.org/fmw/FedoraMediaWriter-win32-4.0.7.exe | ||
:: https://getfedora.org/fmw/FedoraMediaWriter-win32-4.0.4.exe | |||
:: https://getfedora.org/fmw/FedoraMediaWriter-win32-4.0.0.exe | :: https://getfedora.org/fmw/FedoraMediaWriter-win32-4.0.0.exe | ||
Line 39: | Line 75: | ||
:https://github.com/MartinBriza/MediaWriter/releases | :https://github.com/MartinBriza/MediaWriter/releases | ||
:: notes on changes here | :: notes on changes here | ||
* https://bodhi.fedoraproject.org/rss/updates/?packages=mediawriter | |||
:: Updates feed for mediawriter | |||
* Test Day: | * Test Day: | ||
Line 71: | Line 109: | ||
===Bugs=== | ===Bugs=== | ||
: | *f25 Common Bugs: | ||
:https:// | :https://fedoraproject.org/wiki/Common_F25_bugs | ||
::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== | |||
also see: [[Testing/Reports/livecd-iso-to-disk]] | |||
:https://fedoraproject.org/wiki/ | |||
dnf install livecd-tools | dnf install livecd-tools | ||
livecd-iso-to-disk | 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 | :(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 98: | 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 164: | 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 242: | Line 323: | ||
* Index of activities listing Activity Number | * Index of activities listing Activity Number | ||
: | :[[Sugar_Creation_Kit/sck/Activity_Matrix#Most_Recent-Activity_Test_Results]] | ||
:: | ::[[Testing/Reports/Activity_Matrix_(A_to_I)]] | ||
:: | ::[[Testing/Reports/Activity_Matrix_(J_to_Z)]] | ||
*Numeric list of Activities | *Numeric list of Activities | ||
Line 264: | 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== |