View previous topic :: View next topic |
Author |
Message |
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Thu Feb 19, 2004 5:28 pm Post subject: Gentoo lilo splash screen |
|
|
Next _________________ AssociateX
Gentoo rocks!
Last edited by AssociateX on Sat Feb 21, 2004 5:21 am; edited 3 times in total |
|
Back to top |
|
|
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Thu Feb 19, 2004 9:04 pm Post subject: |
|
|
next _________________ AssociateX
Gentoo rocks!
Last edited by AssociateX on Sat Feb 21, 2004 5:22 am; edited 1 time in total |
|
Back to top |
|
|
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Fri Feb 20, 2004 1:21 am Post subject: I'm getting closer for gentoo-lilo-splash ebuild. |
|
|
Next _________________ AssociateX
Gentoo rocks!
Last edited by AssociateX on Sat Feb 21, 2004 5:22 am; edited 1 time in total |
|
Back to top |
|
|
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Fri Feb 20, 2004 2:11 am Post subject: ebuild is finished, now to get it into portage... |
|
|
OK, this is the final code, if it needs cleaning up or revamping, please help. Thank you.
Code: | # Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="This is a Gentoo splash for the lilo prompt, and it rocks."
HOMEPAGE="http://www.penzilla.net/gentoo"
SRC_URI="http://www.penzilla.net/gentoo/gentoo-lilo-splash/gentoo-lilo-splash.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=">=lilo-22.5.8-r1"
S=${WORKDIR}/${P}
pkg_postinst() {
cd ${WORKDIR}/gentoo-lilo-splash &&
if ! [ -d /usr/share/gentoo-lilo-splash ] ; then mkdir /usr/share/gentoo-lilo-splash ; fi &&
cp lilo.bmp /usr/share/gentoo-lilo-splash/ &&
echo "
************************************************************
Hey, now to install
su -
make sure that /boot is mounted then run
lilo -B /usr/share/gentoo-lilo-splash/lilo.bmp
Thank you, I'm AssociateX in #gentoo on freenode irc.
************************************************************
"
}
|
_________________ AssociateX
Gentoo rocks!
Last edited by AssociateX on Fri Feb 20, 2004 2:58 am; edited 1 time in total |
|
Back to top |
|
|
charlieg Advocate
Joined: 30 Jul 2002 Posts: 2149 Location: Manchester UK
|
Posted: Fri Feb 20, 2004 2:14 am Post subject: |
|
|
Unfortunately you're competing against the likes of this. _________________ Want Free games?
Free Gamer - open source games list & commentary
Open source web-enabled rich UI platform: Vexi |
|
Back to top |
|
|
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Fri Feb 20, 2004 3:06 am Post subject: |
|
|
charlieg,
Hey, that one does look pretty cool. Mine is a gentoo theme and works with out patching lilo, which for some can be an adventure.
Mine works with any lilo that is already in portage. Just emerge gentoo-lilo-splash then run the command that is echo'ed at the end. So the one that you showed is nice but mine is simple and simple to install.
Thank you for the comment. _________________ AssociateX
Gentoo rocks! |
|
Back to top |
|
|
merclude Tux's lil' helper
Joined: 29 Jan 2004 Posts: 85 Location: Michigan
|
Posted: Fri Feb 20, 2004 3:47 am Post subject: |
|
|
i used this, before there was an ebuild for it (hi associatex!) ...
i like it lots, and it was super easy to install
/me basks in gentoo bootscreen'ness _________________ -merc
my site: http://escalated.net |
|
Back to top |
|
|
AssociateX Tux's lil' helper
Joined: 19 Feb 2004 Posts: 134 Location: North Dakota
|
Posted: Fri Feb 20, 2004 4:04 pm Post subject: Ebuild submission submitted |
|
|
I have submitted this ebuild under bug 42210.
If you want to try this out, there is a tar with install.txt at:
http://www.penzilla.net/gentoo/gentoo-lilo-splash
If you try this and like, please post your 'thank you's' here. I would really like to hear back on this. Everyone that I have given it to has liked it. If you have a problem with it, EMAIL ME, ethanboyle@cableone.net .
P.S.
The install.txt instructions are missing that /etc/lilo.conf needs to have vga set to vga=794. Anthing higher will not work. Anything less MAY not work. Plus if you want the same screen as your frame buffer I will help/walk you through those steps. It's not toooo hard.
Thank you,
AssociateX _________________ AssociateX
Gentoo rocks! |
|
Back to top |
|
|
|