Mailinglist Archive: opensuse-autoinstall (81 mails)

< Previous Next >
Re: [suse-autoinstall] post-scripts not executed
  • From: Anas Nashif <nashif@xxxxxxx>
  • Date: Wed, 19 Feb 2003 02:47:28 +0000 (UTC)
  • Message-id: <20030219024727.GC1931@xxxxxxx>

This was one of the changes from 8.0 to 8.1
all scripts are enclosed withthin the tag <scripts>, see
http://www.suse.de/~nashif/autoinstall/ -> Major Changes


Anas
* Martin.Linten@xxxxxxxxxxxxxx <Martin.Linten@xxxxxxxxxxxxxx> [Feb 18. 2003 11:44]:
> Hallo!
>
> After the installation of suse 8.0 with autoyast2 I made several post-script
> modifications on the system, for example:
>
> <post-scripts config:type="list" >
> <script>
> <filename>gethosts.x</filename>
> <interpreter>shell</interpreter>
> <source>
> <![CDATA[#!/bin/sh
> mount -v -t nfs 130.11.6.52:/rzf/autoinst/config/files /mnt && \
> echo "Old hosts"
> cat /etc/hosts
> cp -v /mnt/hosts /etc/hosts
> echo "New hosts"
> cat /etc/hosts
> umount -v /mnt]]>
> </source>
> </script>
>
> Now I tried to do the same with suse 8.1 and took the same xml files.
>
> The post scripts are not executed; I looked for an error message but found
> nothing.
> I tried to do some troubleshooting, but there are no files in
> /var/adm/autoinstall/logs or /var/adm/autoinstall/files etc.
>
> What could be the reason for this behaviour? Has anyone seen something
> similar?
>
> Please help & have a nice day,
> Martin
>
>
>
--
Anas Nashif <nashif@xxxxxxxx>, SuSE Linux AG
Montreal (Laval), Canada

< Previous Next >
References