Hi all, I just ran into some annoyance with the initial scripts that the autoinstall can perform: One of the tasks I do via such a script is the installation of all current updates and of some additional packages from an additional source. This does take a good while (depending on the machine I'm installing on - we still have some PIIIs running here...). However, I noticed that the machine will happily display the login screen even though this task has not finished yet. I find this undesirable, as i want the updates and installations to be finished before anything is started by a user (or root). Is it possible to write an init-script in a way that will make the machine wait for the script to finish before displaying the login screen? Cheerio, Thomas