On Wed, Oct 03, 2001 at 04:04:35PM +0530, Virat Gohil wrote: > > ----- Original Message ----- > > >I want to know the following : > > >1. How to come out of Linux - when I do ctrl+Alt+Del the machine is > rebooting. >
Please follow LOST tip below, for three-finger-salute to be changed to halt, instead of reboot. > > >2. By default linux is the first choice of OS. can I change > > this to other OSs. > edit /etc/lilo.conf > or the simpler method it linuxconf (if you got it installed). > DO NOT use Linuxconf !!! Edit /etc/lilo.conf manually and change "default=linux" to your preferred OS label Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Ctrl+Alt+Del key bindings (#1) LOST #012 To change the bindings of ctrl+alt+del to "shutdown -h now", instead of "shutdown -r now", edit /etc/inittab, and change -r to -h ... The altered line should look something like this ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now ####<[EMAIL PROTECTED]>#################################### : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
