Quote:
Originally Posted by NiLuJe
Yeah, there's some whacky mntroot rw happening in some scripts, and since upstart is a giant parallelized mess, can't exactly pinpoint when in the boot process it will happen  .
|
And upstart scripts run in PARALLEL! They are not serialized. So a file might get modified DURING a backup copy done from a RUNME.sh!
Just to prove that, I made an upstart script that started VERY EARLY in the boot process (even before the first screen clear), and it remained running for 5 minutes, and then displayed something on the screen (well after the framework finished loading).