dependency based boot + update-rc.d
Hi,
Before dependency based boot I added my own boot scripts with
update-rc.d, like:
update-rc.d faketty start 29 2 3 4 5 .
and the update-rc.d man page still refers to sequence numbers (NN=29):
"NN is the two-digit sequence number that determines where in the
sequence init will run the scripts."
But with dependency based boot those sequence numbers went out the window.
What does one do now, run update-rc.d as before and then
'dpkg-reconfigure sysv-rc'?
Hugo
Reply to: