Re: [maillist] Kernel patchen

Dirk Dettmering (dettmer@pc16154.pharmazie.uni-marburg.de)
Wed, 02 Jun 1999 19:00:20 +0200

Hy,

wie immer gibt es unter Linux mehrere Wege nach Rom. Einmal wie unten
schon gesagt, direkt mit patch, allerdings ist der unten genannte
Parameter falsch, oder mit einem bei jedem Kernel mitgelieferten Script.
Wie ueblich gibt es dazu wieder ein kurzes aber knackiges Readme! ;-)
Ich zietiere mal kurz aus /usr/src/linux/README:
- Variante 1
...
To install by patching, get all the
newer patch files and do

cd /usr/src
gzip -cd patchXX.gz | patch -p0

(repeat xx for all versions bigger than the version of your current
source tree, _in_order_) and you should be ok.

- Variante 2
...
Alternatively, the script patch-kernel can be used to automate this
process. It determines the current kernel version and applies any
patches found.

cd /usr/src
linux/scripts/patch-kernel

The default directory for the kernel source is /usr/src/linux, but
can be specified as the first argument. Patches are applied from
the current directory, but an alternative directory can be specified
as the second argument.

Viel Erfolg

Dirk

Jan Boy Dietrich wrote:
> Felix Gertz wrote:
> > Wiest ihr die Kommandos womit man den Kernel patchen kann?
> =

> patch -1 Name
> =

> > Die Patchdatei ist doch nur eine oder?
> Ja. Du must aber jede Version installieren, d.h. von Kernel 2.2.5 auf
> 2.2.6 auf 2.2.7 usw.

--
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DD=3Di=3Dr=3Dk=3D=3D=
=3DD=3De=3Dt=3Dt=3Dm=3De=3Dr=3Di=3Dn=3Dg=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D
        Email: Dettmer@pc16154.pharmazie.uni-marburg.de
http://pc16154.pharmazie.uni-marburg.de/dettmering/index.html
       Tel.: +49 6421 285824          Fax: +49 6421 285828
Philipps-Universit=E4t Marburg - FB Pharmazie und Lebensmittelchemie
Philipps University  Marburg - Germany - Department of Pharmacy
    This message was written entirely with recycled electrons
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
     Fight Spam! Join EuroCAUCE: http://www.euro.cauce.org
--