Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334941 - sys-boot/grub should symlink grub.conf to menu.lst
Summary: sys-boot/grub should symlink grub.conf to menu.lst
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 411685 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-28 09:48 UTC by Milos Ivanovic
Modified: 2012-04-12 17:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Ivanovic 2010-08-28 09:48:46 UTC
When GRUB loads, it checks the /boot/grub/menu.lst file for configuration parameters. Currently, menu.lst is a symlink of grub.conf, when it should really be the other way round (if symlinked at all); symbolic links are supposed to map alternate paths to fundamental files.

Could this please be changed? I suggest also changing the referral of the grub configuration file in the handbook to menu.lst rather than grub.conf.

Thanks.

Reproducible: Always

Steps to Reproduce:
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-08-29 08:53:02 UTC
And this is a problem because? Does it really matter?

Anyway I will assign it to maintainer but I don't really think this bug is valid
Comment 2 SpanKY gentoo-dev 2010-08-29 22:04:56 UTC
it already does.  read setup_boot_dir.

        ln -snf grub.conf "${dir}"/menu.lst
Comment 3 Milos Ivanovic 2010-08-30 08:13:05 UTC
ln -snf grub.conf "${dir}"/menu.lst creates menu.lst as a symlink of grub.conf. menu.lst is supposed to be the actual file, because it is the one that grub uses to check for boot options. grub.conf is not used at all, so I do not understand why it exists in the first place.
Comment 4 SpanKY gentoo-dev 2010-08-30 17:09:56 UTC
this is how it has always been on Gentoo systems, and how it has always been documented.  at this point (with grub-0.x being EOL), it's not worth the effort to change.
Comment 5 SpanKY gentoo-dev 2012-04-12 17:39:00 UTC
*** Bug 411685 has been marked as a duplicate of this bug. ***