[install-guide] Added --list option to clearpart kickstart command

Jack Reed jjr at fedoraproject.org
Tue Feb 26 01:30:11 UTC 2013


commit e4ed6d171bea8ecd91b0b38a3756929180ec8697
Author: Jack Reed <jreed at redhat.com>
Date:   Tue Feb 26 11:29:31 2013 +1000

    Added --list option to clearpart kickstart command

 en-US/Kickstart2.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index c84ddb5..7414f26 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -643,6 +643,13 @@ If the <command>clearpart</command> command is used, then the <command>--onpart<
 
 <listitem>
 	<para>
+		<command>--list=</command> &mdash; Specifies individual partitions to be removed. For example, the following removes the first partition on the <literal>hda</literal> drive and the second partition on the <literal>hdb</literal> drive:
+	</para>
+<programlisting>clearpart --list=hda1,hdb2</programlisting>
+</listitem>
+
+<listitem>
+	<para>
 		<command>--initlabel</command> &mdash; Initializes the disk label to the default for your architecture (for example <command>msdos</command> for x86). It is useful so that the installation program does not ask if it
 		should initialize the disk label if installing to a brand new hard drive.
 	</para>


More information about the docs-commits mailing list