build: use new syntax for kernel directive

This commit is contained in:
Anthony G. Basile 2017-12-23 12:35:33 -05:00
parent 9ff9d25681
commit 3503232485
2 changed files with 3 additions and 3 deletions

4
build
View File

@ -29,7 +29,7 @@ runscript initrc.sh
runscript passwd.sh runscript passwd.sh
runscript clean.sh runscript clean.sh
unmount unmount
kernel kernel x86_64
log stamp log stamp
log Tar+Hash log Tar+Hash
@ -46,7 +46,7 @@ hashit
+populate 4 +populate 4
+runscript cycle.3.sh +runscript cycle.3.sh
+unmount +unmount
+kernel +kernel x86_64
+ +
+log stamp +log stamp
+log END +log END

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # 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_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y