Remove timestamp from the kernel.
This commit is contained in:
parent
8b5c617237
commit
c69eb7c2c1
@ -102,7 +102,11 @@ let
|
|||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildFlags = [ "KBUILD_BUILD_VERSION=1-NixOS" platform.kernelTarget ] ++ optional isModular "modules";
|
buildFlags = [
|
||||||
|
"KBUILD_BUILD_VERSION=1-NixOS"
|
||||||
|
"KBUILD_BUILD_TIMESTAMP=Thu_Jan__1_00:00:01_UTC_1970"
|
||||||
|
platform.kernelTarget
|
||||||
|
] ++ optional isModular "modules";
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"INSTALLKERNEL=${installkernel}"
|
"INSTALLKERNEL=${installkernel}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user