User's Manual

Preparing the Script Files for Deployment Using Embedded Linux 115
Specifying DTK Installation Paths
The tkenvset.sh sample script is provided with the following default values.
These values must be confirmed, in some cases, and modified, in other cases,
before a deployment. Locate the Deployment Toolkit Installation Paths
heading to find the following lines:
DT_PATH=$dt_drive/opt/dell/toolkit
DT_TOOLS=$dt_path/bin
DT_SYSTEMS=$dt_path/systems
DT_SCRIPTS=$dt_path/template/scripts
DT_STOP_ON_ERROR=FALSE
DT_DRMK=$dt_path/opt/dell/drmk
Perform the following steps to confirm and/or edit the installation path
variables:
1
Set the variable that defines the path to the full set of DTK deployment files
(DT_PATH
). This variable is set to
$dt_drive/opt/dell/toolkit
by default in the sample script. Edit this path to reflect the actual location
of the DTK deployment files, if necessary.
2
Set the variable that defines the directory containing the DTK utilities
(
DT_TOOLS
). This variable is set to
$dt_path/bin
by default in the
sample script. Edit this path to reflect the actual location of the DTK
utilities, if necessary.
3
Set the variable that defines the directory containing the configuration
files for your Dell systems (
DT_SYSTEMS
). This variable is set
to
$dt_path/systems
by default in the sample script. Edit this path
to add a subdirectory for the Dell system you plan to deploy. For
example,
$dt_path/systems/pe1850.
4
Set the variable that defines the directory containing the DTK deployment
scripts (
DT_SCRIPTS
). This variable is set
to
%DT_PATH%\Template\Scripts
by default in the sample script.
Edit this path to reflect the actual location of the DTK deployment
scripts, if necessary.