[install-guide/f21-branch] Adding missing changes to Kickstart from f21

pbokoc pbokoc at fedoraproject.org
Tue Jan 27 17:21:57 UTC 2015


commit 34bbc66ca210f189f1eb44d4bb5a071d62f1fa27
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Jan 27 17:57:51 2015 +0100

    Adding missing changes to Kickstart from f21

 en-US/Kickstart_Syntax_Reference.xml |   54 ++++++++++++++++++++++++++-------
 1 files changed, 42 insertions(+), 12 deletions(-)
---
diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml
index 266d47a..9b3db04 100644
--- a/en-US/Kickstart_Syntax_Reference.xml
+++ b/en-US/Kickstart_Syntax_Reference.xml
@@ -379,9 +379,6 @@
             <para>
                 Configures additional <application>Yum</application> repositories that may be used as sources for package installation. This command can be used multiple times in a single Kickstart file.
             </para>
-            <programlisting>
-<command>repo --name=<replaceable>repoid</replaceable> [--baseurl=<replaceable>&lt;url&gt;</replaceable>|--mirrorlist=<replaceable>url</replaceable>] [<replaceable>options</replaceable>]</command>
-            </programlisting>
             <para>
                 See the <citetitle>Fedora System Administrator's Guide</citetitle>, available at <ulink url="http://docs.fedoraproject.org/" />, for information about the <application>Yum</application> package manager.
             </para>
@@ -416,6 +413,14 @@
                     </listitem>
                 </varlistentry>
                 <varlistentry>
+                    <term><option>--install</option></term>
+                    <listitem>
+                        <para>
+                            Make the repository configured in the Kickstart file available on the system after the installation as well. Creates a configuration file for the repository in <filename class="directory">/etc/yum.repos.d/</filename> on the installed system.
+                        </para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
                     <term><option>--cost=</option></term>
                     <listitem>
                         <para>
@@ -479,9 +484,6 @@
             <para>
                 Automatically creates partitions: a root (<filename class="partition">/</filename>) partition (1 GB or larger), a <filename class="partition">swap</filename> partition, and an appropriate <filename class="partition">/boot</filename> partition for the architecture. On large enough drives (50&nbsp;GB and larger), this also creates a <filename class="partition">/home</filename> partition.            
             </para>
-            <programlisting>
-<command>autopart --type=<replaceable>type</replaceable> [--nolvm | --encrypted | --passphrase= | --escrowcert= | --backuppassphrase | --cipher=]</command>
-            </programlisting>
             <important>
                 <para>
                     The <command>autopart</command> option cannot be used together with the <command>part/partition</command>, <command>raid</command>, <command>logvol</command>, or <command>volgroup</command> options in the same Kickstart file.
@@ -522,6 +524,14 @@
                     </listitem>
                 </varlistentry>
                 <varlistentry>
+                    <term><option>--fstype=</option></term>
+                    <listitem>
+                        <para>
+                            Specify a supported file system (such as <literal>ext4</literal> or <literal>xfs</literal>) to replace the default when doing automatic partitioning.
+                        </para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
                     <term><option>--nolvm</option></term>
                     <listitem>
                         <para>
@@ -577,9 +587,6 @@
             <para>
                 Specifies how the boot loader should be installed.
             </para>
-            <programlisting>
-<command>bootloader [--append= | --boot-drive= | --leavebootorder | --driveorder= | --location= | --password= | --iscrypted | --timeout= | --default= | --extlinux]</command>
-            </programlisting>
             <important>
                 <para>
                     You should always use a password to protect your boot loader. An unprotected boot loader can allow a potential attacker to modify the system's boot options and gain unauthorized access to the system.
@@ -726,6 +733,14 @@
                         </para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><option>--disabled</option></term>
+                    <listitem>
+                        <para>
+                             Do not attempt to install a boot loader. This option overrides all other boot loader configuration; all other boot loader options will be ignored and no boot loader packages will be installed. 
+                        </para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
         </section>
         
@@ -821,9 +836,6 @@
             <para>
                 Removes partitions from the system, prior to creation of new partitions. By default, no partitions are removed.
             </para>
-            <programlisting>
-<command>clearpart [--all | --drives= | --list= | --linux | --none]</command>
-            </programlisting>
             <note>
                 <para>
                     If the <command>clearpart</command> command is used, then the <command>part --onpart</command> command cannot be used on a logical partition.
@@ -886,6 +898,14 @@
                     </listitem>
                 </varlistentry>
                 <varlistentry>
+                    <term><option>--disklabel=</option></term>
+                    <listitem>
+                        <para>
+                            Create a set disk label when relabeling a disk.
+                        </para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
                     <term><option>--linux</option></term>
                     <listitem>
                         <para>
@@ -3576,6 +3596,16 @@ docbook*
             </varlistentry>
             <varlistentry>
                 <term>
+                    <option>--nocore</option>
+                </term>
+                <listitem>
+                    <para>
+                        Do not install the <literal>@Core</literal> group.
+                    </para>
+                </listitem>
+            </varlistentry>
+            <varlistentry>
+                <term>
                     <option>--ignoremissing</option>
                 </term>
                 <listitem>


More information about the docs-commits mailing list