Hi Uwe,
"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.
Yup, this works and reads the script from DVD: <configure> <scripts> <post-scripts config:type="list"> <script> <filename>post-install.sh</filename> <interpreter>shell</interpreter> <network_needed config:type="boolean">false</network_needed> <!-- Reads from CD/DVD as fallback --> <location>file:///autoyast/post-install.sh</location> </script> </post-scripts> </scripts> </configure> Thanks! Regards, Bernd