commit 1a0221c9f61b416d1ea5216942c39da814d8862b Author: Clayton Spicer cspicer@redhat.com Date: Tue May 10 19:48:04 2016 +0200
Add Installation release notes
en-US/Installation.xml | 51 +++++++++++++++++++++++++++++++++++++++---- en-US/Release_Notes.xml | 4 +- en-US/Section-Sysadmin.xml | 36 +++++++++++++++++++----------- 3 files changed, 71 insertions(+), 20 deletions(-) --- diff --git a/en-US/Installation.xml b/en-US/Installation.xml index 42f5cfd..d435223 100644 --- a/en-US/Installation.xml +++ b/en-US/Installation.xml @@ -5,8 +5,49 @@ ]> <?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
-<section id="installation"> - <title>Installation</title> - <para /> - -</section> + <section id="installation"> + <title>Installation</title> + <section id="sect-installer-general"> + <title>General Anaconda Changes</title> + <itemizedlist> + <listitem> + <para> + It is now possible to select multiple items in the <guilabel>Manual Partitioning</guilabel> screen. + </para> + </listitem> + <listitem> + <para> + The space requirement check is now more accurate. + </para> + </listitem> + <listitem> + <para> + The <command>list-harddrives</command> script has been made more robust, and it will now only report block devices, and correctly ignore zram and software raid block devices. In addition, documentation for this script is now available in the <ulink url="https://github.com/rhinstaller/anaconda/blob/master/docs/list-harddrives.rst">Anaconda repository</ulink>. + </para> + </listitem> + <listitem> + <para> + <option>inst.nosave=</option> is a new boot option controlling which <application>Kickstart</application> files and installation logs are saved to the installed system. It can be especially useful to disable saving such data when performing OEM operating system installations, or when generating images using sensitive resources (such as internal repository URLs), as these resources might otherwise be mentioned in kickstart files and/or logs on the image. Possible values for this option are: + </para> + <para> + <literal>input_ks</literal> - disables saving of the input kickstart file (if any). + </para> + <para> + <literal>output_ks</literal> - disables saving of the output kickstart file generated by Anaconda. + </para> + <para> + <literal>all_ks</literal> - disables saving of both input and output kickstart files. + </para> + <para> + <literal>logs</literal> - disables saving of all installation logs. + </para> + <para> + <literal>all</literal> - disables saving of all kickstart files and all installation logs. + </para> + <para> + Multiple values can be combined as a comma separated list, for example: <literal>input_ks,logs</literal> + </para> + </listitem> + </itemizedlist> + </section> + </section> diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml index 7648e11..ad148b7 100644 --- a/en-US/Release_Notes.xml +++ b/en-US/Release_Notes.xml @@ -16,8 +16,8 @@ <xi:include href="prerelease.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!--<xi:include href="Section-Sysadmin.xml" - xmlns:xi="http://www.w3.org/2001/XInclude" />--> + <xi:include href="Section-Sysadmin.xml" + xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Section-Desktop.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> diff --git a/en-US/Section-Sysadmin.xml b/en-US/Section-Sysadmin.xml index ef05b28..5902ea7 100644 --- a/en-US/Section-Sysadmin.xml +++ b/en-US/Section-Sysadmin.xml @@ -19,54 +19,64 @@ xmlns:xi="http://www.w3.org/2001/XInclude" />
--> +<!-- <xi:include href="Security.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +--> <!-- <xi:include href="Accounts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
--> +<!-- + <xi:include href="File_Systems.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +--> +<!--
<xi:include href="Virtualization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - +--> <!-- - <xi:include href="Web_Servers.xml" + <xi:include href="Web_Servers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +--> +<!--
<xi:include href="Cloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - --> +<!-- <xi:include href="Database_Servers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - -<!-- +--> +<!-- <xi:include href="File_Servers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - --> +<!-- <xi:include href="Mail_Servers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - +--> +<!-- <xi:include href="Samba.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - - +--> +<!-- <xi:include href="System_Daemons.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +--> <!-- <xi:include href="Server_Configuration_Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - +--> +<!-- <xi:include href="Xorg.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - - +--> +<!-- <xi:include href="Monitoring.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> --> </section> -
docs-commits@lists.fedoraproject.org