diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-15 16:49:01 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-15 16:49:01 -0500 |
commit | 97aaf1c152765bb5f06c27bfb984188819705533 (patch) | |
tree | a9c801aef34d62da49ee02b90783030253f1e2b0 /src | |
parent | 8a76f802cfb9273a30757424d6585443d5ee2b72 (diff) | |
download | docs-97aaf1c152765bb5f06c27bfb984188819705533.tar.gz docs-97aaf1c152765bb5f06c27bfb984188819705533.tar.bz2 docs-97aaf1c152765bb5f06c27bfb984188819705533.tar.xz docs-97aaf1c152765bb5f06c27bfb984188819705533.zip |
image: 9: Add note on installfile specification
Diffstat (limited to 'src')
-rw-r--r-- | src/install/9_image.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install/9_image.xml b/src/install/9_image.xml index ce69b7c..0d5a1b5 100644 --- a/src/install/9_image.xml +++ b/src/install/9_image.xml @@ -9,6 +9,7 @@ <para>The output file name can be controlled by the <literal>-o</literal> parameter. For example, <literal><command>hscript-image</command> -t iso -o mydisc.iso</literal> will write the image to <filename>mydisc.iso</filename>.</para> <para>Backend-specific options can be specified using the <literal>-b</literal> parameter. You may specify the <literal>-b</literal> parameter multiple times, to provide multiple options to the specified backend. Backend-specific options are discussed later in the per-backend sections.</para> <para>Temporary files, including the entire image root directory, are written to a directory called the <firstterm>intermediate directory</firstterm>, or <firstterm>IR directory</firstterm>. The default path for this is <filename class="directory">/tmp/horizon-image</filename>; you may specify the <literal>-i</literal> parameter to change it. For example, <literal><command>hscript-image</command> -i /opt/horizon/imagedir</literal> will write the temporary files to <literal>/opt/horizon/imagedir</literal>. The temporary files are not removed after running the <literal><command>hscript-image</command></literal> command, whether or not the run was successful. This allows you to inspect the contents of the image without extracting them. You may remove the directory at any time after the <command>hscript-image</command> process ends.</para> + <para>Specify the installfile at the end of the command line. For example, <literal><command>hscript-image</command> -t iso -o mydisc.iso $HOME/mydisc.installfile</literal> will use the script located at <userinput>$HOME/mydisc.installfile</userinput>. If you do not specify an installfile, the one at <literal>/etc/horizon/installfile</literal> will be used. You may also specify <literal>-</literal> to use <literal>stdin</literal>.</para> </section> <section id="image_backends"> <title>Backend-Specific Options</title> |