Since we are working under the assumption that /boot is it's own partition, there is no need to prefix "/boot" on these lines: splashimage=(hd0,0)/boot/grub/splash.xpm.gz becomes splashimage=(hd0,0)/grub/splash.xpm.gz kernel /boot/bzImage root=/dev/hda3 becomes kernel /bzImage root=/dev/hda3
I think it's just for consistency's sake. we have a boot->. symlink so that this'll work. That way people have the same paths from grub and linux. Forwarding to g2boojum anyway, but I think it'd be fine to mark this as WONTFIX.
I think we finally have things set up so that users who choose not to create a separate /boot partition won't crash-and-burn, so I prefer to leave those items as they are now.
Trying to clean out the docs-depricated so that I can close the catergory ...