The documentation on Novell's website states that starting with SLES9, the init-scripts tag is available. http://forgeftp.novell.com/yast/doc/SL10.0/autoinstall/createprofile.scripts... l#init.scripts I am using SLES9 sp5, however, xmllint is not happy about the init-scripts tag (surprise surprise) and the installer ignores it. my autoinstall.xml looks like this: <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <configure> <scripts> <init-scripts config:type="list"> <script> <source><![CDATA[ /root/fixSuSE 2>&1 | tee /root/fixSuSE.out echo "SuSE Patched for US..." sleep 5 ]]> </source> </script> </init-scripts> </scripts> ... Has anyone else had any luck with this? Do I need a different profile.dtd (can I get a newer one somewhere?)? Thanks, Paul