add task 3
This commit is contained in:
parent
a969a3dc24
commit
28056630a4
1 changed files with 32 additions and 0 deletions
32
README.md
32
README.md
|
@ -41,3 +41,35 @@ commande `dmesg`.
|
||||||
|
|
||||||
J'utilise Gentoo et configure puis compile moi-même mon kernel. Je passe cette
|
J'utilise Gentoo et configure puis compile moi-même mon kernel. Je passe cette
|
||||||
étape.
|
étape.
|
||||||
|
|
||||||
|
### Tache 3
|
||||||
|
|
||||||
|
Patch basé sur la version `v6.2-rc5` du kernel Linux, créé avec la commande
|
||||||
|
`git format-patch -1 HEAD`.
|
||||||
|
|
||||||
|
```
|
||||||
|
From 6f41b705dbde5b42167c03b8d14ae695b226cb86 Mon Sep 17 00:00:00 2001
|
||||||
|
From: rick <rick@gnous.eu>
|
||||||
|
Date: Mon, 23 Jan 2023 16:49:42 +0100
|
||||||
|
Subject: [PATCH] custom extraversion
|
||||||
|
|
||||||
|
---
|
||||||
|
Makefile | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index c1ead4cd2342..d67f2f5eb831 100644
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
VERSION = 6
|
||||||
|
PATCHLEVEL = 2
|
||||||
|
SUBLEVEL = 0
|
||||||
|
-EXTRAVERSION = -rc5
|
||||||
|
+EXTRAVERSION = -eudyptula
|
||||||
|
NAME = Hurr durr I'ma ninja sloth
|
||||||
|
|
||||||
|
# *DOCUMENTATION*
|
||||||
|
--
|
||||||
|
2.39.1
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue