mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00: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:
parent
8a6533501f
commit
8baee93fca
@ -69,7 +69,7 @@ check_cached_kernel() {
|
|||||||
|
|
||||||
install_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 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}"
|
local vmlinuz_kernel_name="vmlinuz-${cached_kernel_version}-${cached_kernel_config}"
|
||||||
mkdir -p "${kernel_directory}"
|
mkdir -p "${kernel_directory}"
|
||||||
pushd "${kernel_directory}"
|
pushd "${kernel_directory}"
|
||||||
|
Loading…
Reference in New Issue
Block a user