summaryrefslogtreecommitdiff
path: root/src/install/7_scripts.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-14 21:20:04 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-14 21:20:04 -0500
commit235024a6e845b5e2fe9d8935336fc528f97a3406 (patch)
treeb9f0bda9771889a70d09231ee0cca0ab65233a32 /src/install/7_scripts.xml
parent04baa8fc546173171c0aa076cc2f2649680fdbf0 (diff)
downloaddocs-235024a6e845b5e2fe9d8935336fc528f97a3406.tar.gz
docs-235024a6e845b5e2fe9d8935336fc528f97a3406.tar.bz2
docs-235024a6e845b5e2fe9d8935336fc528f97a3406.tar.xz
docs-235024a6e845b5e2fe9d8935336fc528f97a3406.zip
install: Write some of chapter 5
Diffstat (limited to 'src/install/7_scripts.xml')
-rw-r--r--src/install/7_scripts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install/7_scripts.xml b/src/install/7_scripts.xml
index 3ea0550..c21855a 100644
--- a/src/install/7_scripts.xml
+++ b/src/install/7_scripts.xml
@@ -111,7 +111,7 @@ inherit cad.installfile
<step><para>Open a Terminal window.</para></step>
<step><para>Run <literal><command>hscript-validate</command> <filename><userinput>/path/to/installfile</userinput></filename></literal>, where <userinput>/path/to/installfile</userinput> is the path to your HorizonScript.</para></step>
</procedure>
- <para>The HorizonScript Validation Utility outputs log messages in the same format as the Horizon Executor. For more information on interpreting log messages from the HorizonScript Validation Utility, refer to <!-- TODO chap 5 <xref linkend="executor_log"/> -->.</para>
+ <para>The HorizonScript Validation Utility outputs log messages in the same format as the Horizon Executor. For more information on interpreting log messages from the HorizonScript Validation Utility, refer to <xref linkend="executor_log"/>.</para>
<para>If you believe your HorizonScript may have multiple errors, you can use the <option>-k</option> flag (which stands for "Keep going") to have the Validation Utility run through the entire script instead of stopping at the first error.</para>
</section>
<section id="simulate_script">
@@ -123,7 +123,7 @@ inherit cad.installfile
<step><para>Open a Terminal window.</para></step>
<step><para>Run <literal><command>hscript-simulate</command> <filename><userinput>/path/to/installfile</userinput></filename></literal>, where <userinput>/path/to/installfile</userinput> is the path to your HorizonScript.</para></step>
</procedure>
- <para>The HorizonScript Simulation Utility outputs log messages in the same format as the Horizon Executor. For more information on interpreting log messages from the HorizonScript Simulation Utility, refer to <!-- TODO chap 5 <xref linkend="executor_log"/> -->.</para>
+ <para>The HorizonScript Simulation Utility outputs log messages in the same format as the Horizon Executor. For more information on interpreting log messages from the HorizonScript Simulation Utility, refer to <xref linkend="executor_log"/>.</para>
<para>The HorizonScript Simulation Utility writes log messages to <literal>stderr</literal>, and the equivalent shell commands to <literal>stdout</literal>. If you want to read the log messages and discard the shell commands, you may run the <literal><command>hscript-simulate</command></literal> command with <literal>stdout</literal> redirected to <literal>/dev/null</literal>, as in <literal><command>hscript-simulate</command> <filename><userinput>/path/to/installfile</userinput></filename> &gt;/dev/null</literal>. Similarly, if you want to save the shell commands to a file, you may redirect <literal>stdout</literal> to a file, as in <literal><command>hscript-simulate</command> <filename><userinput>/path/to/installfile</userinput></filename> &gt;<userinput>myscript.sh</userinput></literal>.</para>
</section>
</chapter>