Hi Guys This is my start of a post script which will be followed by an init script but I have fallen at the first hurdle. The Likewis files are not copied because the mount command does not work. Any ideas? <scripts> <post-scripts config:type="list"> <script> <filename>post.sh</filename> <interpreter>shell</interpreter> <source><![CDATA[ #!/bin/sh echo "Running Post-install script" ### create release file touch /etc/uop-release ### enter latest release number echo "1.0" >> /etc/uop-release ### start network /etc/init.d/network restart /etc/init.d/portmap restart ### make mount point and mount folders mkdir /mnt/uop mount xxx.xxx.xxx.xxx:/data/suse11132 /mnt/uop mkdir /uop cp -R /mnt/uop/nfsexports/Likewise* /uop umount /mnt/uop ]]></source> </script> </post-scripts> Regards John Drury MBE IS Support Lion Gate Building Lion Gate Portsmouth PO1 3DJ 023 9284 2235 -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org