Users Guide
Using DSU ISO
This is one of the Bootable ISO generation methods. It can be created through either of the two following methods:
• Interactive- DUPs is downloaded and packaged in the iso.
dsu –destination-type=ISO –destination-location=”/root/bootabledsu.iso”
• Non-interactive- Requires a repository location to fetch DUPs.
dsu –n –destination-type=ISO –destination-location=”/root/bootabledsu.iso” –config=”/
root/dsuconfig.xml”
The cong.xml template is as following:
<DSUConfig> <Repository Type="YUM"> <RepoLocation IP="10.94.147.62"
Directory="16.04.00"/></Repository></DSUConfig>
You can also perform the same operation on Microsoft Windows operating systems suing the following commands:
• Interactive- dsu --destination-type=ISO --destination-location= C:\output.iso
• Non-interactive- dsu --non-interactive --destination-type=ISO --destination-location= C:
\output.iso –—config=C:\config.xml
Using kickstart les
Kickstart les can be used to create a Linux based Live-ISO image including DSU, using a bootable ISO creation utility, such as livecd-
creator or any other bootable ISO creation utility that supports kickstart les.
Command syntax to create Live-ISO image using kickstart les: livecd-creator --config=<kickstart_file_path>
--fslabel=<filesystem_label>
For more information, view http://linux.dell.com/repo/hardware/sampleks/
13