mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-18 09:08:29 +00:00
Add indication of secure boot state.
This commit is contained in:
parent
75db8324ad
commit
2cee6d25ff
@ -13,6 +13,8 @@ sub run {
|
|||||||
console_loadkeys_us;
|
console_loadkeys_us;
|
||||||
# this test shows if the system is booted with efi
|
# this test shows if the system is booted with efi
|
||||||
assert_script_run '[ -d /sys/firmware/efi/ ]';
|
assert_script_run '[ -d /sys/firmware/efi/ ]';
|
||||||
|
# this test shows if the system is secure boot
|
||||||
|
script_run 'mokutil --sb-state';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user