Users Guide

Provides either local or network location of repository or catalog. By default network would be enabled to download catalog and DUPs file.
Syntax for displaying the location of catalog file:
dsucreateiso -s SOURCELOCATION or dsucreateiso --source-location=SOURCELOCATION
Location to create log file
Creates a log file at the given location with the file name as dsucreateiso_%Y%m%d_%H%M%S.log. By default the log is located
at /var/log/dsucreateiso.log and appends with each execution.
Syntax to create log file:
dsucreateiso -l LOGLOCATION or dsucreateiso --log-location= LOGLOCATION
Apply action for the component
Specifies the option with which dsu will execute in mount environment. By default no DSU option of application status are used. The
options are applyall|upgrade|downgrade|equivalent.
Syntax for apply action:
dsucreateiso -a APPLYACTION or dsucreateiso --apply-action= APPLYACTION
Location of the DELL Boot plug-in
Provides the location of dellbootplugin in tar.gz format. Both network as well as local location can be provided. By default
dellbootplugin.tar.gz will be downloaded from the posted location of dell.
Syntax for bootable plug-in:
dsucreateiso -d DELLBOOTPLUGIN or dsucreateiso --dellbootplugin=DELLBOOTPLUGIN
Location of the custom script file used for ISO creation
Provides the location of script file.
Syntax for the location of the script file:
dsucreateiso -i INPUTSCRIPT or dsucreateiso --input-custom-script=INPUTSCRIPT
Destination path for the custom script file used for ISO creation
Provides the location of script file where script file will be generated.
Syntax to create destination path:
dsucreateiso -u OUTPUTSCRIPT or dsucreateiso --output-custom-script=OUTPUTSCRIPT
Topics:
Sample usage with script
Using the Script
Using kickstart files
Sample usage with script
The following are some of the sample options with bootable ISO script:
Command to create Bootable ISO using custom catalog
dsucreateiso --source=/root/Catalog.xml --output=bootabledsu.iso
Sample scripts using DSU
33