From 97aaf1c152765bb5f06c27bfb984188819705533 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 15 Jul 2020 16:49:01 -0500 Subject: image: 9: Add note on installfile specification --- src/install/9_image.xml | 1 + 1 file changed, 1 insertion(+) 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 @@ The output file name can be controlled by the -o parameter. For example, hscript-image -t iso -o mydisc.iso will write the image to mydisc.iso. Backend-specific options can be specified using the -b parameter. You may specify the -b parameter multiple times, to provide multiple options to the specified backend. Backend-specific options are discussed later in the per-backend sections. Temporary files, including the entire image root directory, are written to a directory called the intermediate directory, or IR directory. The default path for this is /tmp/horizon-image; you may specify the -i parameter to change it. For example, hscript-image -i /opt/horizon/imagedir will write the temporary files to /opt/horizon/imagedir. The temporary files are not removed after running the hscript-image 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 hscript-image process ends. + Specify the installfile at the end of the command line. For example, hscript-image -t iso -o mydisc.iso $HOME/mydisc.installfile will use the script located at $HOME/mydisc.installfile. If you do not specify an installfile, the one at /etc/horizon/installfile will be used. You may also specify - to use stdin.
Backend-Specific Options -- cgit v1.2.3-60-g2f50