← Back to team overview

sslug-teknik team mailing list archive

Re: Patch af kernel

 

Btech1 wrote:
> 
> Hejsa!
> 
> Jeg ville netop patche min kernel source 2.2.4 til 2.2.5,
> men løb ind i nogle problemer...
> Først skal man vel udpakke patch-2.2.5.gz, ikke?
> 
> gzip -d patch-2.2.5.gz
> 
> ...og så et eller andet med:
> 
> patch linux-2.2.4.tar.gz patch-2.2.5
> 
> ...men det virker ikke...:(
> Hvad gør jeg forkert?
Der er ingen grund til at dekomprimere patch-2.2.5.gz.
Gør sådan her:
# cd /usr/src
# tar zxvf /path/to/linux-2.2.4.tar.gz (kun hvis du ikke allerede har
sourcen installeret.)
# gzip -dc /path/to/patch-2.2.5.gz | patch -p0
Patching blabla..
[Mange linier]

-- 
Hroi Kristjan Sigurdsson  
hroi@xxxxxxxxxx


References