mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
tools: Fix indentation for ovmf script
This PR fixes the indentation for the ovmf script for packaging. Fixes #5864 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
cce316b5e9
commit
3e6114b2ef
@ -48,9 +48,9 @@ info "Calling edksetup script"
|
|||||||
source edksetup.sh
|
source edksetup.sh
|
||||||
|
|
||||||
if [ "${ovmf_build}" == "sev" ]; then
|
if [ "${ovmf_build}" == "sev" ]; then
|
||||||
info "Creating dummy grub file"
|
info "Creating dummy grub file"
|
||||||
#required for building AmdSev package without grub
|
#required for building AmdSev package without grub
|
||||||
touch OvmfPkg/AmdSev/Grub/grub.efi
|
touch OvmfPkg/AmdSev/Grub/grub.efi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
info "Building ovmf"
|
info "Building ovmf"
|
||||||
|
Loading…
Reference in New Issue
Block a user