Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Patching Linux Kernel

  • 11-03-2004 10:49am
    #1
    Closed Accounts Posts: 7,230 ✭✭✭


    Hello there! quick question about patching my linux kernel, I know how to do it and all that, but i'm just wondering, when i patch it and providing everything goes well.... will it create a new vmlinuz file in /boot that i just boot from? or will it overwrite anything in there? For instance i'm booting from /boot/vmlinuz-2.6.3 so will it create a /boot/vmlinuz-2.6.4 or will it overwrite the /boot/vmlinuz file.. i have this backed up but i just want to know where to locate the new kernel. I ask this cause i usually just download the new kernel and recompile it, i've never patched before!


Comments

  • Registered Users, Registered Users 2 Posts: 2,013 ✭✭✭lynchie


    Applying the 2.6.4 patch to a 2.6.3 source tree will leave your source tree the same as if you had downloaded the whole linux-2.6.4.tar.bz2 file again. It just saves you having to download all the files again, it just contains the changes that occured between versions.

    Just apply the patch, and recompile and install as you normally would.


  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    The patch file is essentially a "diff" file recording the changes between the two versions. The patch utility uses this file to apply the necessary changes to the various files in the kernel source. just take a look at the changelog so you know what config settings to check when compiling.


  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    Ahh! that's great news, apply patch then recompile as normal. Cheers guys


Advertisement