Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel upgrade question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
asianboi2k
n00b
n00b


Joined: 26 Jan 2003
Posts: 50

PostPosted: Wed Sep 22, 2004 1:44 pm    Post subject: kernel upgrade question Reply with quote

hey I was wondering is there any program or script that I could use to recompile the compile the kernel and emerge nvidia automatically and replace the old bzImage file? I hate having to setup the kernel every time there is a new upgrade, but I still want to upgrade.
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Wed Sep 22, 2004 3:28 pm    Post subject: Reply with quote

I use a simple alias in bash to do a few things for me when I'm pretty sure a kernel compile will work (this is from memory so if some of the commands are a bit wrong the that's why but you get the idea).

Code:
alias Compile='make && make modules_install && emerge ati-drivers && opengl-update ati && mount /boot && cp arch/i386/boot/bzImage /boot/bzImage.test && umount /boot'


I only use this when I'm sure it'll work and I can't be bothered to do each process automatically, and I only use it after I have checked the kernel config by hand, I would never let a script do that for me.

I have a few other ones that break it down, such as 'Ati' will emerge the drivers and then opengl-update and so on.

Might help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum