Hi Thomas, Quoting Thomas Schwinge (2012-10-26 22:21:34) > - # ln -s ../rcS.d/S06ifupdown-clean ../rcS.d/S11networking /etc/rc.boot/ > + # ln -s ../rcS.d/S10networking /etc/rc.boot/
Hm, on my box the link is called S11networking (isn't the number determined dynamically by insserv?), so this might be more robust: (oh, and I believe no package ships /etc/rc.boot, @Samuel shouldn't this go in hurd or something?) mkdir -p /etc/rc.boot ln -s /etc/rcS.d/S*networking /etc/rc.boot/ Justus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

