commit:     de17ba953679b394d26d2caa215e470956d40043
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 17:35:33 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 17:35:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=de17ba95

build: use new syntax for kernel directive

 build                 | 4 ++--
 scripts/kernel-config | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build b/build
index 3303986..10271f2 100644
--- a/build
+++ b/build
@@ -29,7 +29,7 @@ runscript initrc.sh
 runscript passwd.sh
 runscript clean.sh
 unmount
-kernel
+kernel x86_64
 
 log stamp
 log Tar+Hash
@@ -46,7 +46,7 @@ hashit
 +populate 4
 +runscript cycle.3.sh
 +unmount
-+kernel
++kernel x86_64
 +
 +log stamp
 +log END

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 679b07c..8ae9a21 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.4-vanilla Kernel Configuration
+# Linux/x86 4.14.8-vanilla Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y

Reply via email to