mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-14 14:00:17 +00:00
build a netconsole enabled kernel
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -66,7 +66,7 @@ RUN curl -fL ${DOCKER_URL_amd64} > /usr/bin/docker && \
|
||||
|
||||
########## Kernel version Configuration #############################
|
||||
#ENV KERNEL_TAG=4.9.9
|
||||
ENV KERNEL_VERSION=${KERNEL_TAG}-rancher
|
||||
ENV KERNEL_VERSION=${KERNEL_TAG}-rancher2
|
||||
#ENV KERNEL_SHA1=fa46da077c077467776cdc45a7b50d327a081ab4
|
||||
ENV KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/
|
||||
ENV KERNEL_TAR=linux-${KERNEL_TAG}.tar.xz
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.28 Kernel Configuration
|
||||
# Linux/x86 4.9.41 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
@@ -54,7 +54,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
|
||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
CONFIG_LOCALVERSION="-rancher"
|
||||
CONFIG_LOCALVERSION="-rancher2"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_BZIP2=y
|
||||
@@ -2356,8 +2356,7 @@ CONFIG_VXLAN=m
|
||||
CONFIG_GENEVE=m
|
||||
# CONFIG_GTP is not set
|
||||
# CONFIG_MACSEC is not set
|
||||
CONFIG_NETCONSOLE=m
|
||||
CONFIG_NETCONSOLE_DYNAMIC=y
|
||||
CONFIG_NETCONSOLE=y
|
||||
CONFIG_NETPOLL=y
|
||||
CONFIG_NET_POLL_CONTROLLER=y
|
||||
CONFIG_NTB_NETDEV=m
|
||||
|
Reference in New Issue
Block a user