Hey there, I just started testing 12.2RC2 and noticed to following. There are multiple custom user scripts in my XML file, all of which get pulled from an NFS server. Now, all scripts were transferred successfully to the installation system under /var/adm/autoinstall/scripts, EXCEPT the init script! The Init script is mention like this in my XML: -------- <init-scripts config:type="list"> <script> <filename>init0000_final_installation.sh</filename> <location><![CDATA[nfs://<server>/<path>/init0000_final_installation.sh]]></location> </script> </init-scripts> -------- All other scripts come from the same NFS server, same path, different filename (of course) and work nicely. In y2log, it says: -------- 2012-08-06 10:34:13 <1> test122(3344) [Interpreter] clients/autoinst_scripts2_finish.ycp:60 Calling YaST client autoinst_scripts2_finish 2012-08-06 10:34:13 <1> test122(3344) [YCP] clients/autoinst_scripts2_finish.ycp:33 starting autoinst_scripts2_finish 2012-08-06 10:34:13 <1> test122(3344) [YCP] AutoinstScripts.ycp:690 Writing init script into /var/adm/autoinstall/init.d/init0000_final_installation.sh 2012-08-06 10:34:13 <1> test122(3344) [agent-system] SystemAgent.cc(Execute):1130 mkdir /tmp/YaST2-03344-nXRhf8/tmp_mount 2012-08-06 10:34:13 <2> test122(3344) [YCP] autoinstall/io.ycp:196 Mount failed 2012-08-06 10:34:13 <3> test122(3344) [YCP] AutoinstScripts.ycp:696 script nfs://<server>/<path>/init0000_final_installation.sh could not be retrieved -------- Another init script is included with its source in the XML file, and this is running fine. Hence, it looks like the problem lies in mounting the remote NFS path when running the init scripts...? Best regards, Joschi Brauchle