User's Manual

Preparing the Script Files for Deployment Using Embedded Linux 115
Specifying Variables Used to Create Disk Partitions and Install the Dell Utility
Partition
NOTE: If the primary deployment state (DT_PARTN) is set to off, the
partitioning deployment state subsection is skipped.
The partcfg.sh sample script provides the following disk partitioning default
values. These values must be confirmed, in some cases, and modified, in
other cases, before performing a deployment. Locate the partn label to find
the following lines in partcfg.sh:
DT_PARTN_UP=on
DT_MOUNT=/tmp/up
# Default Hard Drive
DT_HD=/dev/sda
# PARTCFG section
set DT_OS_SIZE=4000
# DELLUP section
set DT_UP_SIZE=32
set DT_UP_IMAGE=$dt_systems/upimg.bin
# RAIDCFG section
DT_VD_SIZE=10480
#
default size for virtual disk
NOTICE: DT_MOUNT specifies the mount point of the Dell utility partition. If your
RAMDRIVE, hard drive, or other device already owns this designation, mount will
not override the setting and the utility partition will not be created.