Skip to content

Commit 725bb89

Browse files
Merge pull request os-autoinst#21689 from paolostivanin/fixuefi
Enable UEFI and secure boot on aaarch64
2 parents 6126d4d + 507ea41 commit 725bb89

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,16 @@
3131
</addons>
3232
</suse_register>
3333
<bootloader>
34+
% if ($check_var->('ARCH', 'aarch64')) {
35+
<loader_type>grub2-efi</loader_type>
36+
% }
3437
<global>
3538
<timeout config:type="integer">-1</timeout>
39+
% if ($check_var->('ARCH', 'aarch64')) {
40+
<secure_boot>true</secure_boot>
41+
<trusted_grub>false</trusted_grub>
42+
<update_nvram>true</update_nvram>
43+
% }
3644
</global>
3745
</bootloader>
3846
<general>

0 commit comments

Comments
 (0)