On Wednesday 09 November 2005 09:31, Bernd Nies wrote:
I'm preparing an installation DVD for SLES9 SP and want to use AutoYast with XML control file and customized shell scripts. Because I don't want copy the shell code into every XML control file I want it separately on the DVD. Is the following possible?
<post-scripts config:type="list"> <script> <filename>post-install.sh</filename> <location>dvd:///autoyast/post-install.sh</location> </script> </post-scripts>
"dvd" is not known as a scheme by autoyast. You should try file:///autoyast/post-install.sh You'll not have the script in the installation system so one might think that "file:///" can't work but Autoyast should try to find the script on the installation media (CD,DVD) as a fallback then too. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de