According to Task 03 of Eudyptula Challenge, when running the newly compiled kernel, 'eudyptula' string should be visible in the kernel version, when running 'uname -r' command. Signed-off-by: Ciprian Manea <ciprian.manea.cm@xxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9ad490..c9580d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -eudyptula NAME = Hurr durr I'ma sheep # *DOCUMENTATION* -- 1.9.1
1. Modifie the EXTRAVERSION field ciphp@ciphp:~/Workspace/Eudyptula/linusTree/linux$ git status On branch edyptulaTask2 Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: Makefile no changes added to commit (use "git add" and/or "git commit -a") ciphp@ciphp:~/Workspace/Eudyptula/linusTree/linux$ git diff Makefile diff --git a/Makefile b/Makefile index a9ad490..c9580d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -eudyptula NAME = Hurr durr I'ma sheep # *DOCUMENTATION* 2. Booting with the new compiled kernel ciphp@ciphp:~/Workspace/Eudyptula$ uname -a Linux ciphp 4.2.0-eudyptula-00021-g345647c #3 SMP Sun Jul 26 00:35:28 IST 2015 x86_64 x86_64 x86_64 GNU/Linux