mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
kernel: Remove redundant slash of default_kernel_config_dir
Run new script in arm server to build kernel, then find a minor typo. An extra "/" in the end of default_kernel_config_dir will cause error: ERROR: failed to find default config ../src/github.com/kata-containers/packaging/kernel/configs//aarch64_kata_kvm_4.14.x Signed-off-by: Wei Chen <wei.chen@arm.com> Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
@@ -34,7 +34,7 @@ readonly patches_repo_dir="${GOPATH}/src/${patches_repo}"
|
||||
# Default path to search patches to apply to kernel
|
||||
readonly default_patches_dir="${patches_repo_dir}/kernel/patches/"
|
||||
# Default path to search config for kata
|
||||
readonly default_kernel_config_dir="${GOPATH}/src/${kernel_config_repo}/kernel/configs/"
|
||||
readonly default_kernel_config_dir="${GOPATH}/src/${kernel_config_repo}/kernel/configs"
|
||||
#Path to kernel directory
|
||||
kernel_path=""
|
||||
#
|
||||
|
Reference in New Issue
Block a user