Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156214 - sys-boot/grub-0.97-r2 fails to move menu.lst to grub.conf
Summary: sys-boot/grub-0.97-r2 fails to move menu.lst to grub.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-25 06:14 UTC by Thomas Pani
Modified: 2006-11-26 16:35 UTC (History)
0 users

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 Thomas Pani 2006-11-25 06:14:45 UTC
emerging grub-0.97-r2 gives:

[...]
>>> Original instance of package unmerged safely.
mv: missing destination file operand after `/boot/grub/menu.lst /boot/grub/grub.conf'
Try `mv --help' for more information.
 * 
 * *** IMPORTANT NOTE: menu.lst has been renamed to grub.conf
 * 
[...]

line
 		mv -f "${dir}/grub/menu.lst ${dir}/grub/grub.conf"
in setup_boot_dir should read
 		mv -f "${dir}/grub/menu.lst" "${dir}/grub/grub.conf"
Comment 1 SpanKY gentoo-dev 2006-11-26 16:35:24 UTC
i fixed that already in 0.97-r3 so i backported the fixes