From Fedora Project Wiki

No edit summary
No edit summary
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}
== {This is work in progress. Please suggest changes.} ==
 
'''Introduction'''
{{Docs_beat_closed}}


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]
A live image is a safe and easy way to test the Fedora operating system on your own familiar hardware. If you enjoy this experience, you can install the live system software to your system's hard drive. The installation can either replace your existing operating system, or co-exist separately on your hard drive. This live image provides you with an experience that is very similar to running Fedora, but there are some important differences. Refer to [http://www.example.com link title]for more information.<br>
{{autolang|base=yes}}
<noinclude>
[[Category:LiveMedia]]
</noinclude>
[[Image:Artwork_DesignService_fedora-iso-usb.png‎|right]]
== NOTES ==
    1. not hardcoding the fedora-release package name in the %post scriptlet
    (in the place that imports the Fedora RPM GPG key). Instead, using
    "--whatprovides system-release", which is strictly equivalent if
    fedora-release is used, but also works when the *-release package is
    named differently.
    This makes live easier for remixes, which have to replace fedora-release
    with generic-release or ${remixname}-release. They would otherwise have
    to edit fedora-live-base.ks.
    fedora-live-base.ks |    2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)
    ---
    diff --git a/fedora-live-base.ks b/fedora-live-base.ks
    index 29be3c2..3e29713 100644
    --- a/fedora-live-base.ks
    +++ b/fedora-live-base.ks
    @@ -280,7 +280,7 @@ systemctl enable tmp.mount
    # work around for poor key import UI in PackageKit
    rm -f /var/lib/rpm/__db*
    -releasever=$(rpm -q --qf '%{version}\n' fedora-release)
    +releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
    basearch=$(uname -i)
    rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
    echo "Packages within this LiveCD"[[https://lists.fedoraproject.org/pipermail/spins/2014-April/003656.html]]
------------------------------------------------------------------------------------------------------------------------------------------
    2.  kde: disable baloo for live user
    fedora-live-kde-base.ks |    6 ++++++
    1 files changed, 6 insertions(+), 0 deletions(-)
    ---
    diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
    index 7624f29..74ba8eb 100644
    --- a/fedora-live-kde-base.ks
    +++ b/fedora-live-kde-base.ks
    @@ -90,6 +90,12 @@ cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
    autoload=false
    KDEDRC_EOF
  +# Disable baloo
  +cat > /home/liveuser/.kde/share/config/baloofilerc << BALOO_EOF
  +[Basic Settings]
  +Indexing-Enabled=false
  +BALOO_EOF
  +
  # Disable kres-migrator
  cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
  [Migration][https://lists.fedoraproject.org/pipermail/spins/2014-April/003657.html]
_

Latest revision as of 01:33, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.