Quote (Jason W @ June 25 2008,22:18) |
Were drifting off topic, but another trick for a remote reboot without ejecting cd would be these commands through an ssh terminal: # rm /etc/init.d/knoppix-reboot # cp /KNOPPIX/etc/init.d/knoppix-reboot /etc/init.d/ # sed -i "151,153d" /ramdisk/etc/init.d/knoppix-reboot # reboot Pretty much does the same thing. |
Quote (Jason W @ June 26 2008,06:36) |
I'm sure it uses the /etc/rc6.d/S90knoppix-reboot script as it is a symlink to the one in /etc/init.d. |