patchovanie jadra
Pre pridávanie komentárov sa musíte prihlásiť.
-
-
Re: patchovanie jadra 11.09.2005 | 03:02borg Fedora Administrátorja to patchujem inak, je to jednoduchsie: v /usr/src/linux su zdrojaky jadra v /usr/src/patches mam patche gz: cd /usr/src/linux gzip -cd ../patches/patch.gz | patch -p1 bz2 cd /usr/src/linux bzip -cd ../patches/patch.bz2 | patch -1
-
Re: patchovanie jadra 11.09.2005 | 12:08Jozko Mrkvicka Matejovie Gentoo Používateľ=============================================================== #cd /usr/src/linux #cat README | grep patch - You can also upgrade between 2.6.xx releases by patching. Patches are install by patching, get all the newer patch files, enter the gzip -cd ../patch-2.6.xx.gz | patch -p1 bzip2 -dc ../patch-2.6.xx.bz2 | patch -p1 failed patches (xxx# or xxx.rej). If there are, either you or me has Alternatively, the script patch-kernel can be used to automate this patches found. linux/scripts/patch-kernel linux =============================================================== hmmmmmm ;)?A computer is like air conditioning: it becomes useless when you open windows.
-