Wie patche ich (z.B.) Kernel 2.6.8.1 auf 2.6.9?
Freundliche Grüße: Frytag
Wie benutzt man "patch" zum upgrade des Kernels?
vorneweg:
ansonsten
--dry-run kannst du beim ersten durchlauf hinzufügen, schauen ob der patch sauber durchläuft und dann nochmal ohne.. um einen patch zu entfernen, das gleiche mit -R.
Code: Alles auswählen
man patch
Code: Alles auswählen
cd /pfad/zu/kernelsourcen
bzip2 -cd /pfad/zum/patch | patch -p1 --dry-run
[..] Linux is not a code base. Or a distro. Or a kernel. It's an attitude. And it's not about Open Source. It's about a bunch of people who still think vi is a good config UI. - Matt's reply on ESR's cups/ui rant