=========
title PowerOff
savedefault --default=1
halt
=========

I also use halt in grub. I found that my Suse 8.2 ahs some sort of a butchered 
Grub version, where the savedefault option as quoted in my post just above 
doesn't work. I resorted to using submenus in grub like this:

in /boot/grub/menu.lst:

title PowerOff
      configfile (hd1,4)/grub/halt.lst

then, in halt.lst (the submenu):

title Halt
      savedefault
      halt

The consequence of this is that now my default entry is set to zero again, so 
when the machine wakes up, the topmost entry in menu.lst is highlighted as the 
default. (hd1,4) is my small partition that I mount to /boot.





_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to