Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440452 - media-gfx/grub-splashes-20091109: some elog messages should only be shown for the first install.
Summary: media-gfx/grub-splashes-20091109: some elog messages should only be shown for...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 912684
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 10:58 UTC by poletti.marco
Modified: 2023-12-15 20:46 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 poletti.marco 2012-10-31 10:58:53 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package media-gfx/grub-splashes-20091109, the following elog messages are displayed:

 * Please note that this ebuild makes the assumption that you're
 * using /boot/grub/ for your grub configuration.
 * 
 * To use your new grub splashes edit your /boot/grub/grub.conf
 * You can see available splash screens by running
 * gentoo-blue.xpm.gz
gentoo.xpm.gz
green_splash.xpm.gz
gun_splash.xpm.gz
leaf_splash.xpm.gz
note_splash.xpm.gz
play_gentoo.xpm.gz
splash.xpm.gz
sword_splash.xpm.gz
sword_splash2.xpm.gz
urban_splash.xpm.gz

Such messages should only be displayed when the package is a new install.
These situations can be checked in the ebuild as follows:

if ! has_version 'media-gfx/grub-splashes'; then

See the tracker bug 440214 for more details.