Le problème doit être ailleurs.
La différence entre rc8 et final est le minimum du minimum : http://www.fr.kernel.org/pub/linux/kernel/v2.4/testing/incr/patch-2(...)
diff -urN linux-2.4.21-rc8/Makefile linux-2.4.21/Makefile
--- linux-2.4.21-rc8/Makefile 2003年06月13日 07:54:36.000000000 -0700
+++ linux-2.4.21/Makefile 2003年06月13日 07:54:41.000000000 -0700
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 21
-EXTRAVERSION = -rc8
+EXTRAVERSION =
[^] # Re: Linux 2.4.21 est sorti
Posté par ptit_tux . En réponse à la dépêche Linux 2.4.21 est sorti. Évalué à 4.
Le problème doit être ailleurs.
La différence entre rc8 et final est le minimum du minimum :
http://www.fr.kernel.org/pub/linux/kernel/v2.4/testing/incr/patch-2(...)
diff -urN linux-2.4.21-rc8/Makefile linux-2.4.21/Makefile
--- linux-2.4.21-rc8/Makefile 2003年06月13日 07:54:36.000000000 -0700
+++ linux-2.4.21/Makefile 2003年06月13日 07:54:41.000000000 -0700
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 21
-EXTRAVERSION = -rc8
+EXTRAVERSION =
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)