en-US/Kickstart2.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Dec 21 00:23:06 UTC 2009


 en-US/Kickstart2.xml |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 59e007883d122fc1ffde63d46961476dd8412c2d
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Mon Dec 21 10:20:17 2009 +1000

    Include reverse CHAP parameters for iscsi kickstart command BZ#525139

diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 3f7c57f..c3a3fc8 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -1035,25 +1035,31 @@ driverdisk --source=nfs:host:/path/to/img</screen>
 
 <listitem>
 	<para>
-<command>--target</command> — 	
+<command>--port=</command> (mandatory) — the port number (typically, <command>--port=3260</command>)
 	</para>
 </listitem>
 
 <listitem>
 	<para>
-<command>--port=</command> — 		
+	<command>--user=</command> — the username required to authenticate with the target
 	</para>
 </listitem>
 
 <listitem>
 	<para>
-	<command>--user=</command> — 
+	<command>--password=</command> — the password that corresponds with the username specified for the target
 	</para>
 </listitem>
 
 <listitem>
 	<para>
-	<command>--password=</command> — 	
+	<command>--reverse-user=</command> — the username required to authenticate with the initiator from a target that uses reverse CHAP authentication
+	</para>
+</listitem>
+
+<listitem>
+	<para>
+	<command>--reverse-password=</command> — the password that corresponds with the username specified for the initiator
 	</para>
 </listitem>
 





More information about the Fedora-docs-commits mailing list