mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 17:34:18 +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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user