As there's the requirement to install packages in SDK DVD during SLES11 DVD install, we decided to support this feature.
Please follow steps below if you want use this feature.
1. Run "copycds" with installation DVD's iso. (e.g. copycds /iso/11/SP1/SLES-11-SP1-DVD-ppc64-GMC2-DVD1.iso)
2. Run "copycds" with SDK DVD's iso. (e.g. copycds /iso/SLE-11-SP1-SDK-DVD-ppc64-GM-DVD1.iso)
3. Revise compute.sles11.pkglist, add packages you want in SDK DVD.
4. Follow regular steps you do a full/statelite/stateless install.
Note: Do make sure the SDK DVD's version matches the installtion DVD, if you use a SLES11 installation DVD with a SLES11 SP1 SDK DVD, you won't install.
We do this by adding a specific node <add-on> in compute.sdk.sles11.tmpl, which will be the autoyast configuration file if we've done copycds with the SDK DVD. By this we let autoyast know the repository position of the SDK DVD. (the SDK DVD itself is a well generated repository). A sample of the <add-on> node in generated autoyast file is:
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://192.168.0.245/install/sles11.1/ppc64/sdk1</media_url>
<product>SuSE-Linux-SDK</product>
<product_dir>/</product_dir>
<ask_on_error config:type="boolean">false</ask_on_error>
<name>SuSE-Linux-SDK</name>
</listentry>
</add_on_products>
</add-on>
You can find autoyast config document here: autoyast document