[08:27] hi peeps, can somone explain to me how boot proces in ubuntu looks like, some sort of overview on which is started when? [08:27] i want to run a script before *all* other boot scripts will take place, but just after initrd, where should i plug it into ubuntu? === Md_ is now known as Md [14:01] k0sh: why would you want to do that? [15:16] Hey, I am running upstart inside a VServer and want to debug it (It doesn't start any of Lucids upstart-scripts), and I think I've manage to start it with /sbin/init --debug as /Debugging says I should do. Will it only print to console now? And also, I tried using cp -a to copy a console-devices to the VServer but a cp -a /dev/console ~/ && echo ehlo > ~/console doesn't work =(