Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel build && install script
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Gentoo Server
Apprentice
Apprentice


Joined: 21 Jul 2003
Posts: 279

PostPosted: Mon Mar 01, 2004 12:04 am    Post subject: Kernel build && install script Reply with quote

here is my example script

makes new kernel pretty easy to build!!
enjoy


#! /bin/sh
mount /boot
cd /usr/src/linux
make menuconfig
make
make modules_install
cp ./arch/i386/boot/bzImage /boot/bzImage-2.6.3
cd /usr/src
lilo
umount /boot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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