[install-guide/f21-branch: 31/32] More info on liveimg and logvol --profile= in Kickstart

pbokoc pbokoc at fedoraproject.org
Tue Dec 9 17:33:04 UTC 2014


commit 9680067fd6fc85af0acbac6e06b425159a9b578b
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Dec 9 18:32:17 2014 +0100

    More info on liveimg and logvol --profile= in Kickstart

 en-US/Kickstart_Syntax_Reference.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml
index 0e791a2..1f6b450 100644
--- a/en-US/Kickstart_Syntax_Reference.xml
+++ b/en-US/Kickstart_Syntax_Reference.xml
@@ -185,9 +185,12 @@
                 <varlistentry>
                     <term><command>liveimg</command></term>
                     <listitem>
-                        <para>
+                    <para>
                             Install from a disk image instead of packages. The image can be the <filename>squashfs.img</filename> file from a live ISO image, or any file system that the installation media can mount. Supported file systems are <systemitem>ext2</systemitem>, <systemitem>ext3</systemitem>, <systemitem>ext4</systemitem>, <systemitem>vfat</systemitem>, and <systemitem>xfs</systemitem>.
                         </para>
+                        <para>
+                        	This command also supports installation from tar archives of the root file system. In that case, the file name must end with <literal>.tar</literal>, <literal>.tbz</literal>, <literal>.tgz</literal>, <literal>.txz</literal>, <literal>.tar.bz2</literal>, <literal>tar.gz</literal>, or <literal>tar.xz</literal>. 
+                        </para>
                         <programlisting>
 <command>install</command>
 <command>liveimg --url=  [--proxy= | --checksum= | --noverifyssl=]</command>
@@ -1306,6 +1309,14 @@
                         </para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><option>--profile=</option></term>
+                    <listitem>
+                        <para>
+                            Specify the configuration profile name to use with thin logical volumes. If used, the name will also be included in the metadata for the given logical volume. By default, the available profiles are <literal>default</literal> and <literal>thin-performance</literal> and are defined in the <filename class="directory">/etc/lvm/profile</filename> directory. See the <systemitem>lvm(8)</systemitem> man page for additional information. 
+                        </para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
             <para>
                 Create one or more partitions first using <xref linkend="sect-kickstart-commands-part" />, create the logical volume group (<xref linkend="sect-kickstart-commands-volgroup" />), and then create logical volumes. For example:


More information about the docs-commits mailing list