Skip to content

Commit

Permalink
bin/test-image: Disable secureboot for openEuler
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Jun 14, 2024
1 parent 2cbdc74 commit 3650688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-image
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ "${TYPE}" = "vm" ]; then

# Some distros don't support secure boot.
case "${DISTRO}" in
alpine|archlinux|gentoo|nixos)
alpine|archlinux|gentoo|nixos|openeuler)
lxc config set "${TEST_IMAGE}" security.secureboot=false
;;
esac
Expand Down

0 comments on commit 3650688

Please sign in to comment.