[install-guide] Added two options to rootpw kickstart command

Jack Reed jjr at fedoraproject.org
Wed May 22 06:26:47 UTC 2013


commit fdf91aa7dee75082647022747d99bdcbd18e71ed
Author: Jack Reed <jreed at redhat.com>
Date:   Wed May 22 16:26:38 2013 +1000

    Added two options to rootpw kickstart command

 en-US/Kickstart2.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 6c3511d..d4e2134 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -2380,7 +2380,7 @@ raid /usr --level=5 --device=md1 raid.11 raid.12 raid.13
 				</indexterm>
 						Sets the system's root password to the <replaceable>&lt;password&gt;</replaceable> argument.
 					</para>
-<screen>rootpw [--iscrypted] <replaceable>&lt;password&gt;</replaceable></screen>
+<screen>rootpw [--iscrypted|--allow-changes|--frozen] <replaceable>&lt;password&gt;</replaceable></screen>
 					<itemizedlist>
 						
 <listitem>
@@ -2388,6 +2388,17 @@ raid /usr --level=5 --device=md1 raid.11 raid.12 raid.13
 		<command>--iscrypted</command> &mdash; If this is present, the password argument is assumed to already be encrypted.
 	</para>
 </listitem>
+<listitem>
+	<para>
+		<command>--allow-changes</command> &mdash; If this is present, the password argument can be changed with no additional actions required.
+	</para>
+</listitem>
+<listitem>
+	<para>
+		<command>--frozen</command> &mdash; If this is present, the password argument cannot be changed.
+	</para>
+</listitem>
+
 						
 					</itemizedlist>
 				</listitem>


More information about the docs-commits mailing list