From Fedora Project Wiki

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


== zRAM Swap Support in Anaconda ==
{{Docs_beat_closed}}
The Anaconda installer now supports swap on zRAM during the installation.
 
zRAM is a standard block device with its contents compressed. Placing swap into such device during the installation allows the installer to store more data in RAM instead of in the hard drive. This is especially helpful on systems with low amounts of RAM - installation using zRAM on these systems now runs significantly faster.
 
This feature is automatically enabled if Anaconda detects 2 GB or less memory, and disabled on systems with more memory.  To force zRAM swap on or off, use the <code>inst.zram=on</code> or <code>inst.zram=off</code> boot option within the boot menu.
 
Specific limits, numbers and way of implementation may be changed in the future.
 
== Changes in Anaconda Boot Options ==
A boot option is used to modify the installer's behavior via the boot command line. The following boot options have been added to Fedora 21:
 
* <code>inst.zram=</code> - use this option to force zRAM swap on (<code>inst.zram=on</code>) or off (<code>inst.zram=off</code>).
* <code>inst.dnf</code> - forces Anaconda to use the experimental DNF backend for package installation instead of YUM
* <code>inst.memcheck</code> - perform a check at the beginning of the installation to determine if there is enough available RAM. Stop the installation with an error message if there is not enough available RAM. This option is enabled by default, however, you can use <code>inst.memcheck=0</code> to disable the check for sufficient ram.
 
== Changes in Anaconda Command Line Options ==
Anaconda command line options are used when running the installer from a terminal within an already installed system, as for example, when installing into a disk image.
 
* The built-in help available through <code>anaconda -h</code> provides descriptions for all available commands.
* <code>--memcheck</code>: Check if the system has sufficient RAM to complete the installation and abort the installation if it doesn't. This check is approximate. Memory usage during installation depends on the package selection, user interface (graphical/text) and other parameters.
* <code>--nomemcheck</code>: Do not check if the system has enough RAM to complete the installation. Note that an attempt to install with less than the safe minimum amount of memory may fail.
* <code>--leavebootorder</code>: Boot drives in their existing order - used to override the default of booting into the newly installed drive on IBM Power Systems servers and EFI systems. This is useful for systems that, for example, should network boot first before falling back to a local boot.
* <code>--extlinux</code>: Use '''extlinux''' as the boot loader. Note that there is no attempt to validate that this will work for your platform, which means your system may be unable to boot after completing the installation.
* <code>--dnf</code>: Use the experimental DNF package management backend to replace the default YUM backend package manager. For more information about the DNF project, refer to http://dnf.baseurl.org
 
== Changes in Kickstart Syntax ==
This section provides a list of changes to Kickstart commands and options. A list of these changes can be viewed by using the following command:
<code>ksverdiff -f F20 -t F21</code>
Note that this command will only work on Fedora 21 after the '''pykickstart''' package installed.
 
=== New Commands and Options ===
* <code>fcoe --autovlan</code>: Enable automatic discovery of VLANs.
* <code>bootloader --disabled</code>: Do not attempt to install a boot loader. This option supersedes all other boot loader configuration - if you use this option, all other <code>bootloader</code> options will be ignored and no boot loader packages will be installed.
* <code>network --interfacename=</code>: Specify a custom interface name for a virtual LAN device. This option should be used when the default name generated by the <code>--vlanid=</code> option is not desired. This option must be used along with <code>--vlanid=</code>.
* <code>ostreesetup</code>: A new command, used for OSTree installations. Available options are:
** <code>--osname=</code>: Management root for OS installation. Mandatory.
** <code>--remote=</code>: Name of the remote repository. Optional.
** <code>--url=</code>: Repository URL. Mandatory.
** <code>--ref=</code>: Name of branch inside the repository. Mandatory.
** <code>--nogpg</code>: Disable GPG key verification.
* <code>clearpart --disklabel=</code>: Used to create a custom disk label when relabeling disks
* <code>autopart --fstype=</code>: When using automatic partitioning, it allows you to specify a file system type such as ext4 or xfs to replace the default.
* <code>repo --install</code>: Writes the repository information into the <code>/etc/yum.repos.d/</code> directory, to allow a repository configured in Kickstart to be available on the installed system as well.
* Changes in the <code>%packages</code> section:
** You can now specify an environment to be installed in the <code>%packages</code> section by adding an environment name prefixed by @^ - for example, ''@^Infrastructure Server''.
** The <code>%packages --nocore</code> option can be used to disable installing of the ''Core'' package group.
** You may now skip the installation of the kernel using <code>-kernel</code>.
 
=== Changes in Existing Command and Option Behavior ===
* The <code>volgroup --pesize</code>  option now does not have a default value in Kickstart. The default size of a new volume group's physical extents is now determined by the installer during both manual and Kickstart installations. The previous default value for Kickstart installations was 32768.
 
== Additional Changes ==
* Software RAID configuration in the graphical user interface has been tweaked.
* You can now use the '''[+]''' and '''[-]''' keys as shortcuts in the manual partitioning screen in the graphical user interface.
* The <code>ksverdiff</code> (part of the '''pykickstart''' package) has a new option: <code>--listversions</code>. Use this option to list all available operating system versions which can be used as arguments for the <code>--from=</code> and <code>--to=</code> options.
 
== NOTES, do not publicanize ==
* Low memory installations work better using methods where squashfs.img doesn't need to be kept in memory, ie nfs,live image. ????


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Latest revision as of 01:34, 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.