Mailinglist Archive: opensuse-autoinstall (140 mails)
| < Previous | Next > |
scripts and files
- From: Pablo Gomez <pgomez@xxxxxxxxxx>
- Date: Wed, 4 Jun 2003 08:41:18 +0000 (UTC)
- Message-id: <3EDDB34A.2030509@xxxxxxxxxx>
Hello again
after following some list contributors advice, none of these sections
work for me. In the target
/var/adm/autoinstall/cache/installedSystem.xml it seems as if it had to
work:
[...]
<scripts>
<post-scripts>
<script>
<filename>userinstall.sh</filename>
<interpreter>shell</interpreter>
<source>
<![CDATA[
#!/bin/sh
echo "# " >> /etc/fstab
echo "# AQUI ESTOY" >> /etc/fstab
echo "# " >> /etc/fstab
]]>
</source>
</script>
</post-scripts>
</scripts>
[...]
Someone told me to surround the <post-scripts> part with a <scripts>
structure, but this is not documented anywhere. Anyhow, it doesn't work
either, cut the <scripts> apart or let them stay.
Is there any possibility of tracing what is supossed it's automatically
done with this?
thanks in advance!
PG
after following some list contributors advice, none of these sections
work for me. In the target
/var/adm/autoinstall/cache/installedSystem.xml it seems as if it had to
work:
[...]
<scripts>
<post-scripts>
<script>
<filename>userinstall.sh</filename>
<interpreter>shell</interpreter>
<source>
<![CDATA[
#!/bin/sh
echo "# " >> /etc/fstab
echo "# AQUI ESTOY" >> /etc/fstab
echo "# " >> /etc/fstab
]]>
</source>
</script>
</post-scripts>
</scripts>
[...]
Someone told me to surround the <post-scripts> part with a <scripts>
structure, but this is not documented anywhere. Anyhow, it doesn't work
either, cut the <scripts> apart or let them stay.
Is there any possibility of tracing what is supossed it's automatically
done with this?
thanks in advance!
PG
| < Previous | Next > |