mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 23:04:20 +01:00
build: Fix kernel/build.sh identation
Simply replace space by tabs in one line that was off. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -69,7 +69,7 @@ check_cached_kernel() {
|
||||
|
||||
install_cached_kernel() {
|
||||
local kernel_directory="${cached_path}/tools/packaging/kata-deploy/local-build/build/cc-kernel/destdir/opt/confidential-containers/share/kata-containers"
|
||||
local vmlinux_kernel_name="vmlinux-${cached_kernel_version}-${cached_kernel_config}"
|
||||
local vmlinux_kernel_name="vmlinux-${cached_kernel_version}-${cached_kernel_config}"
|
||||
local vmlinuz_kernel_name="vmlinuz-${cached_kernel_version}-${cached_kernel_config}"
|
||||
mkdir -p "${kernel_directory}"
|
||||
pushd "${kernel_directory}"
|
||||
|
||||
Reference in New Issue
Block a user