[install-guide] Added --resize option to logvol and partition kickstart commands

Jack Reed jjr at fedoraproject.org
Tue Feb 26 01:42:59 UTC 2013


commit 0f5af0309972ecf18b159f2011ab9e63e7ea27fb
Author: Jack Reed <jreed at redhat.com>
Date:   Tue Feb 26 11:42:41 2013 +1000

    Added --resize option to logvol and partition kickstart commands

 en-US/Kickstart2.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 7414f26..b2eccd8 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -1436,6 +1436,12 @@ driverdisk --source=nfs:host:/path/to/img</screen>
 		<command>--maxsize=</command> &mdash; The maximum size in megabytes when the logical volume is set to grow. Specify an integer value here such as <literal>500</literal> (do not include the unit).
 	</para>
 </listitem>
+
+<listitem>
+	<para>
+		<command>--resize</command> &mdash; Resize an existing partition. This option must be used in conjunction with the <option>--size=</option> to specify the new size and <option>--useexisting</option>.
+	</para>
+</listitem>
 						
 <listitem>
 	<para>
@@ -2047,6 +2053,12 @@ All partitions created are formatted as part of the installation process unless
 		<command>--maxsize=</command> &mdash; The maximum partition size in megabytes when the partition is set to grow. Specify an integer value here such as <literal>500</literal> (do not include the unit).
 	</para>
 </listitem>
+
+<listitem>
+	<para>
+		<command>--resize</command> &mdash; Resize an existing partition. This option must be used in conjunction with the <option>--size=</option> to specify the new size and <option>--onpart=</option> to specify the partition.
+	</para>
+</listitem>
 						
 <listitem>
 	<para>


More information about the docs-commits mailing list