Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9583 Details for
Bug 17759
bootsplash minor correction in local.start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/bootsplash
bootsplash (text/plain), 879 bytes, created by
Troy Dack
on 2003-03-18 21:20:06 UTC
(
hide
)
Description:
/etc/init.d/bootsplash
Filename:
MIME Type:
Creator:
Troy Dack
Created:
2003-03-18 21:20:06 UTC
Size:
879 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > # run after local so that the boot time splash image > # is visible for as long as possible > after local >} > >start() { > # Only do this if the kernel has support > if [ -f /proc/splash ] > ebegin "Setting Console frame buffer images" > > # switch to a usable image on all consoles > for TTY in `seq 0 5` > do > /usr/bin/splash -s -u $TTY /usr/share/bootsplash/consolesplash.cfg > done > fi > > eend $? "Failed to set frame buffer console images" >} > >stop() { > # Stop doesn't really stop, it actually changes the image > # on vt1 back to the bootsplash image. > > # Only do this if the kernel has support > if [ -f /proc/splash ] > ebegin "Setting Console frame buffer images" > > # switch to vt1 > chvt 1 > > # Put bootsplash image up > /usr/bin/splash -s -u 0 /usr/share/bootsplash/bootsplash.cfg > fi > > eend $? "Failed to set frame buffer console images" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 17759
:
9565
|
9582
| 9583