With multiple asynchronous boot scripts, is the server waiting for the first boot script (using alphabetical order) to call back before starting the next boot script ? Or is starting all of them at once, and waits for all to call back ?
I believe this is not documented, and IMO it could be an improvement to add it.