LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel 2.6.7 in debian (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-2-6-7-in-debian-202810/)

corbis_demon 07-08-2004 08:30 PM

kernel 2.6.7 in debian
 
Hi,
I'd like to know if it'll be ok to upgrade the woody kernel to 2.6.7.I saw on the debian site that kernel 2.6.xx is still in the unstable section.Will it be fine to upgrade?

Joey.Dale 08-22-2004 08:21 AM

yes, but if it does dot work, make shure you have one to roll back on

-Joey

HappyTux 08-22-2004 08:42 AM

Re: kernel 2.6.7 in debian
 
Quote:

Originally posted by corbis_demon
Hi,
I'd like to know if it'll be ok to upgrade the woody kernel to 2.6.7.I saw on the debian site that kernel 2.6.xx is still in the unstable section.Will it be fine to upgrade?

You would need to go to www.apt-get.org or www.backports.org and get a line for at least the module-init-tools package to be installed along with whatever else has changed to allow you to boot the new kernel you should add this to your /etc/fstab.

Code:

## Needed for kernel 2.6
none            /sys            sysfs  defaults                0      0

And then mkdir /sys as root to create the mount point for the new sysfs that is need for a 2.6 kernel.


All times are GMT -5. The time now is 03:08 AM.