[install-guide/F21-rewrite] Expanding information on autostep in Kickstart Syntax Reference

pbokoc pbokoc at fedoraproject.org
Thu Oct 2 13:27:48 UTC 2014


commit 1eb684506846b1a395674bd8538e8b5c2273a228
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Thu Oct 2 15:32:39 2014 +0200

    Expanding information on autostep in Kickstart Syntax Reference

 en-US/Kickstart_Syntax_Reference.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml
index 2cd58bc..529031e 100644
--- a/en-US/Kickstart_Syntax_Reference.xml
+++ b/en-US/Kickstart_Syntax_Reference.xml
@@ -3047,7 +3047,10 @@
                     <term><option>--autoscreenshot</option></term>
                     <listitem>
                         <para>
-                            Take a screenshot at every step during installation and copy the images over to <filename>/tmp/anaconda-screenshots</filename> after installation is complete. This is useful for documentation.
+                            Take a screenshot at every step during installation. These screenshots are stored in <filename class="directory">/tmp/anaconda-screenshots</filename> during the installation, and after the installation finishes you can find them in <filename class="directory">/root/anaconda-screenshots</filename>.
+                        </para>
+                        <para>
+                        	Each screen is only captured right before the installer switches to the next one. This is important, because if you do not use all required Kickstart options and the installation therefore does not begin automatically, you can go to the screens which were not automatically configured, perform any configuration you want. Then, when you press <guilabel>Done</guilabel> to continue, the screen will be captured including the configuration you just provided.
                         </para>
                     </listitem>
                 </varlistentry>


More information about the docs-commits mailing list