Hello, I try to run a chroot-script from the install cd/dvd medium using autoyast. Running it via http is easy. The only reference[1] I found using google is for post-install script. The only error message I see is: (none):/var/adm/autoinstall # find . -type f ./cache/installedSystem.xml ./logs/chroot-scripts.log (none):/var/adm/autoinstall # cat logs/chroot-scripts.log /bin/sh: /var/adm/autoinstall/scripts/chroot-scripts: No such file or directory I also found in the y2log: 2006-12-11 07:50:26 <3> linux(5877) [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/autoyast/chroot.sh': No such file or directory 2006-12-11 07:50:26 <3> linux(5877) [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-02679-C4nfqw/tmp_mount//autoyast/chroot.sh': No such file or directory My entry in the autoyast.xml is: <scripts> <chroot-scripts config:type="list"> <script> <chrooted config:type="boolean">true</chrooted> <filename>chroot.sh</filename> <location>file:///autoyast/chroot.sh</location> <interpreter>shell</interpreter> </script> </chroot-scripts> </scripts> [1] http://lists.suse.com/archive/suse-autoinstall/2005-Nov/0064.html Thomas -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org