From Fedora Project Wiki

No edit summary
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}
{{Docs_beat_closed}}


{{Docs_beat_open}}
===LVM Thin Provisioning support in Anaconda===
The Fedora installer now supports creating thinly provisioned LVM volumes in both the graphical interface and automated (kickstart) installations. This change includes a new automatic partitioning variant as well as new options to create thin volumes in custom partitioning.


For those doing kickstart installs, many package group names have changed for this release.  In particular, the Base group has been renamed to Standard. This group was always implicitly added unless you used the --nobase flag in your kickstart file. However, that option has been marked as deprecated and if you want the Standard group installed, you will need to explicitly specify it.
===Rsyslog no longer part of the default installation===
The '''rsyslog''' logging service is no longer being installed by default. All logging is now being handled by the systemd journal. Users requiring the rsyslog service should install it manually.


To access the journald log, use the following command:
<pre>
journalctl
</pre>


For more information about the journal, see http://0pointer.de/blog/projects/the-journal.html.
===Sendmail no longer part of the default installation===
The '''sendmail''' mail transport agent is no longer a part of the default installation. Any packages previously using this program, such as <code>cron</code>, will now deliver their output into the system log by default. Sendmail remains available for manual installation for users who require it.
==Unversioned docdirs==
Per package documentation is now installed into unversioned /usr/share/doc/packagename directories. Previously the directory contained the package's version in addition to its name.
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Latest revision as of 18:47, 20 October 2013

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.


LVM Thin Provisioning support in Anaconda

The Fedora installer now supports creating thinly provisioned LVM volumes in both the graphical interface and automated (kickstart) installations. This change includes a new automatic partitioning variant as well as new options to create thin volumes in custom partitioning.

Rsyslog no longer part of the default installation

The rsyslog logging service is no longer being installed by default. All logging is now being handled by the systemd journal. Users requiring the rsyslog service should install it manually.

To access the journald log, use the following command:

journalctl

For more information about the journal, see http://0pointer.de/blog/projects/the-journal.html.

Sendmail no longer part of the default installation

The sendmail mail transport agent is no longer a part of the default installation. Any packages previously using this program, such as cron, will now deliver their output into the system log by default. Sendmail remains available for manual installation for users who require it.

Unversioned docdirs

Per package documentation is now installed into unversioned /usr/share/doc/packagename directories. Previously the directory contained the package's version in addition to its name.