Skip to content

Commit

Permalink
Merge pull request #204 from MusicDin/fix/openeuler
Browse files Browse the repository at this point in the history
Disable secureboot for openeuler
  • Loading branch information
tomponline authored Jun 20, 2024
2 parents 5d55cfa + 3650688 commit c907127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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
3 changes: 3 additions & 0 deletions images/openeuler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ image:
simplestream:
distro_name: openEuler
requirements:
- requirements:
secureboot: false

source:
downloader: openeuler-http
Expand Down

0 comments on commit c907127

Please sign in to comment.