I did this back before Storm released the 2.2.14 kernel source, so as
always, YMMV:


I believe that the splash screen is restricted to the *storm* kernel
sources, which end at the 2.2.14 release.  If you want to include the
splash screen in the 2.3.?? release, you'll need to do a diff on the
2.2.14 and 2.3.?? source trees and patch the relevant code into the 2.3.??
source.  To pinpoint the code in question, get the non-storm 2.2.14 kernel
source and do a diff on the non-storm 2.2.14 sources and the storm
2.2.14 sources. 

So, after applying the patch, back up the current kernel and lilo
configuration, dd the kernel to a floppy for emergency purposes (as
always, eh?).  Further, back up all of the modules that are in
/lib/modules/2.3.?? 

You're probably not starting from scratch here, as you're using the 2.3
kernel already.  However, a copy of the default storm kernel configuration
file should be found in /boot, so you could copy it into the kernel source
directory (or if you do "make xconfig" or "make menuconfig" you can simply
load it in).  Then, fix all the things that are lacking/broken/messed-up 
in the 2.2 -> 2.3 transition.

You know the drill:

make xconfig 
make dep
make bzImage 
  (with an optional -j -l8 if you have lots of memory and a dual cpu)
  (with -j10 works good too)
make modules
  (again, with an optional -j -l8)
make modules_install
make install (or make bzdisk)

Good luck.

On a related not: From what I recall, the lilo problem that you
encountered upon upgrade should be easily fixed by making a boot message
file.  

You did all of us a favor by wiping out Corel, however.  Thanks

-Paul

On Sat, 20 May 2000, Mircea Luca wrote:

>  Hi
> 
> I just reinstalled my Stormix due to too much crap installed previously
> and wanted to go with separate partitions for each directory(almost).
> Upgraded to potato as well-thanks Stormix for posting
> on the ftp site the recompiled packages.
> Can somebody please repost how to compile the boot-up logo
> when recompiling the kernel.I browsed the archives but
> couldn't see any reply.
>  I'm running 2.3-pre8 with framebuffer support-specific for my Vodoo3
> card.
> I solved the lilo problem by installing the old lilo from
> the Stormix archive since in the potato directory wasn't. That made me
> install below cylinder 1024-had to wipe out
> Corel and a plain potato install I used for testing-no big
> deal.
> 
>  If it's somewhere in the archives maybe a link to the specific answer
> will be great.
>  
>  Also if somebody could point me to the new sl-kdm I would
> really appreciate.
> 
> Thanks
> 
> 
> _______________________________________________
> Stormlinux-users-list mailing list
> [EMAIL PROTECTED]
> http://www.stormix.com/community/lists/listinfo/stormlinux-users-list
> 

Paul Gray
[EMAIL PROTECTED]
Dept. of Mathematics 
University of Northern Iowa
Wright Hall
Cedar Falls, IA  50614-0506



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to