I've found that you have to have the <![CDATA[ tag left aligned, along with every other piece of text that you want to run in a script. Finish off the last line with >>] on the same line, or left aligned For example, your script should look like <![CDATA[ #!/bin/sh echo "AQUI ESTOY" > /tmp/aquivengo ]]> Hope this helps </source> </script> </post-scripts> -------Original Message------- From: Pablo Gomez <pgomez@arrakis.es> Sent: 06/03/03 06:16 AM To: suse-autoinstall@suse.com Subject: [suse-autoinstall] scripts
hello again
last one for today This is my non-working <post-scripts> section. <post-scripts> <script> <filename>userinstall.sh</filename> <interpreter>shell</interpreter> <source> <![CDATA[ #!/bin/sh echo "AQUI ESTOY" > /tmp/aquivengo ]]> </source> </script> </post-scripts> DOUBTS: (he he, not working, why? :-)) what's the use of the <filename> subsection. If i am specifying the whole contents of the script, what do i need to provide a script name for? i was expecting to get a file /tmp/aquivengo in the target system containing the text "AQUI ESTOY" but the installation process i over, the file is not there. Any clue? thanks in advance Pablo Gomez -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (1)
-
ahmed@mindspring.com