Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19097 - Bootsplash - Ebuild that fixes installation problems.
Summary: Bootsplash - Ebuild that fixes installation problems.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Troy Dack
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-10 15:14 UTC by John Mylchreest (RETIRED)
Modified: 2003-04-27 22:18 UTC (History)
0 users

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


Attachments
media-gfx/bootsplash-0.5-r1.ebuild (bootsplash-0.5-r1.ebuild,4.03 KB, text/plain)
2003-04-10 15:15 UTC, John Mylchreest (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Mylchreest (RETIRED) gentoo-dev 2003-04-10 15:14:31 UTC
installing bootsplash doesnt install valid initrd images.
this will fix that, and also install to the correct location


Reproducible: Always
Steps to Reproduce:
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2003-04-10 15:15:20 UTC
Created attachment 10477 [details]
media-gfx/bootsplash-0.5-r1.ebuild
Comment 2 Troy Dack 2003-04-10 18:41:39 UTC
Thanks for picking that up.

I'll update the tar ball so that the config files are correct, rather than munging stuff in the ebuild.
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2003-04-10 19:44:34 UTC
thats how i would have prefered to do it also.
:)

please still include the splash in postinst.
otherwise it will still fail as the files dont exist in the cfg's yet.
Comment 4 John Mylchreest (RETIRED) gentoo-dev 2003-04-21 09:23:14 UTC
just to mention - 0.6 has the same problem.
Comment 5 Troy Dack 2003-04-21 10:45:31 UTC
It shouldn't have the same problem. 
 
The config files have been fixed and the initrd images are now created in post_install(), 
qpkg output below.  I get initrd files created in the right place, I'll patch a kernel and 
test them  out 
 
One other outstanding bug is that the einfo message has the wrong path to the ebuild 
in /var/db/pkg 
 
carbon root # qpkg -l bootsplash 
media-gfx/bootsplash-0.6 * 
CONTENTS: 
/usr 
/usr/share 
/usr/share/bootsplash 
/usr/share/bootsplash/bootsplash-3.0.7-2.4.20-vanilla.diff 
/usr/share/bootsplash/grub.conf.sample 
/sbin 
/sbin/getkey 
/sbin/fbresolution 
/sbin/splash 
/sbin/fbtruetype.static 
/sbin/fbtruetype 
/etc 
/etc/bootsplash 
/etc/bootsplash/gentoo 
/etc/bootsplash/gentoo/images 
/etc/bootsplash/gentoo/images/silent-1024x768.jpg 
/etc/bootsplash/gentoo/images/bootsplash-1280x1024.jpg 
/etc/bootsplash/gentoo/images/silent-1280x1024.jpg 
/etc/bootsplash/gentoo/images/bootsplash-1024x768.jpg 
/etc/bootsplash/gentoo/images/silent-800x600.jpg 
/etc/bootsplash/gentoo/images/bootsplash-800x600.jpg 
/etc/bootsplash/gentoo/config 
/etc/bootsplash/gentoo/config/bootsplash-1280x1024.cfg 
/etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg 
/etc/bootsplash/gentoo/config/bootsplash-800x600.cfg 
/etc/bootsplash/default -> ./gentoo 
/etc/init.d 
/etc/init.d/bootsplash 
/etc/conf.d 
/etc/conf.d/bootsplash.conf 
 
Comment 6 John Mylchreest (RETIRED) gentoo-dev 2003-04-21 11:48:12 UTC
>>> /etc/bootsplash/gentoo/images/silent-800x600.jpg
>>> /etc/bootsplash/gentoo/images/bootsplash-1024x768.jpg
>>> /etc/bootsplash/gentoo/images/bootsplash-800x600
>>> /etc/bootsplash/gentoo/images/silent-1280x1024.jpg
>>> /etc/bootsplash/gentoo/images/bootsplash-1280x1024
>>> /etc/bootsplash/gentoo/images/silent-1024x768.jpg


/etc/bootsplash/gentoo/images/bootsplash-800x600.jpg: No such file or directory
/etc/bootsplash/gentoo/images/bootsplash-1280x1024.jpg: No such file or directory


thats the current error im getting. but to be sure, i am just about to clean out the bootsplash stuff completely, including tarball and check again.

ill let you know of my results :)
Comment 7 John Mylchreest (RETIRED) gentoo-dev 2003-04-21 11:58:32 UTC
all fine here.
sorry for false-alarm ;)
Comment 8 Troy Dack 2003-04-27 22:18:12 UTC
Fixed