Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Execution order of scripts
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Tue, 16 Jan 2007 17:21:17 +0100
- Message-id: <200701161721.17634.ug@xxxxxxx>
On Tuesday 16 January 2007 16:29, Michael Welle wrote:
> is there any assured execution order of scripts of the same type?
> Imagine two chroot-scripts foo.sh and bar.sh. Are they executed in the
> order they appear in the autoyast file? Or is the order more or less
> random?
they should be executed in the order by which they appear in the XML file.
An exception are init-scripts which are executed in the order of:
"find /var/adm/autoinstall/scripts -type f |sort"
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing ROTERSAND - The Fire
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> is there any assured execution order of scripts of the same type?
> Imagine two chroot-scripts foo.sh and bar.sh. Are they executed in the
> order they appear in the autoyast file? Or is the order more or less
> random?
they should be executed in the order by which they appear in the XML file.
An exception are init-scripts which are executed in the order of:
"find /var/adm/autoinstall/scripts -type f |sort"
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing ROTERSAND - The Fire
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |