On 7/12/06, Matthew Saltzman <mjs@xxxxxxxxxxxxxxx> wrote:
On Wed, 12 Jul 2006, Joachim Backes wrote: > Possibly, this has been already discussed: > > After some bad experiences in FC5, I propose to make /boot/grub/grub.conf a > link to /boot/grub/menu.lst > (I edited /boot/grub/menu.lst, but this had no effect until removing > /boot/grub/grub.conf and linking it to /boot/grub/menu.lst). On my FC5 system, /etc/grub.conf and /boot/grub/menu.lst are both symlinks to /boot/grub/grub.conf. $ ls -l /etc/grub.conf lrwxrwxrwx 1 root root 22 Mar 23 16:40 /etc/grub.conf -> ../boot/grub/grub.conf $ ls -l /boot/grub/menu.lst lrwxrwxrwx 1 root root 11 Mar 23 16:40 /boot/grub/menu.lst -> ./grub.conf
Same here: # ls -l /etc/grub.conf lrwxrwxrwx 1 root root 22 Apr 8 00:32 /etc/grub.conf -> ../boot/grub/grub.conf # ls -l /boot/grub/menu.lst lrwxrwxrwx 1 root root 11 Apr 8 00:32 /boot/grub/menu.lst -> ./grub.conf -- To be updated...