The following sections describe the variables and parameters used in updating resource files:
The following environment variables are used in imaging scripts and must not be modified:
Table 65-1 Imaging Script Variables
The following environment variables can be modified or set in the settings.txt file:
Table 65-2 Environment Variables
Table 65-3 Linuxrc Parameters
The linux environment variables used by the imaging engine are as follows:
Table 65-4 Image Engine Variables
You can define the variables in one of the following ways:
Boot the device to the imaging maintanence mode and run the following command from the bash prompt:
export variable= value
For example, if you do not want to display the Abort button during imaging, run the following command:
export NOABORTBUTTON=1
Modify the /srv/tftp/z_auto.cfg or the /srv/tftp/z_maint.cfg file (or both) on the server to define the variable by adding the following line at the end of the Append command.
variable= value
For example, NOABORTBUTTON=1