From Fedora Project Wiki

No edit summary
No edit summary
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Admon/warning | F13 | Beat owner should begin placing Fedora 13 content in this beat. }}
{{header|docs}}
{{Docs_beat_closed}}


== boot.fedoraproject.org ==
===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.


http://boot.fedoraproject.org/ is a new method of installing Fedora over the internet and provides an easy way to upgrade and install Fedora on network capable hosts via a small download. Once burned to USB or CD/DVD, boot.fedoraproject.org can be used to install future versions of Fedora when they are available without having to burn new media. It is based on http://boot.kernel.org/
===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.


http://boot.fedoraproject.org/ is a boot method similar to pxeboot. It uses very small images (iso, floppy, disk) to bootstrap a machine that then contacts a remote server for boot information. You will get a screen similar to the GRUB boot loader and the installation will be identical to a normal installation except that the kernel and initrd has to be downloaded over the internet and hence might be a bit slower.
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.


Possible related feature pages:
===Sendmail no longer part of the default installation===
* [[Features/Upstart0.6.0 | Upstart0.6.0 ]]
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.
* [[Anaconda/Features/StorageFiltering | Anaconda Storage Filtering ]]
* [[Features/MultipathInstall | MultipathInstall]]
* [[Features/RPM4.8 |RPM4.8 ]]
* [[Features/YumLangpackPlugin | Yum Language Package Plugin ]]
* [[Features/SSSDByDefault |SSSD By Default ]]
* [[Features/SystemRollbackWithBtrfs |System Rollback<br>With Btrfs ]]


==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.


<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[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.