mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-21 20:51:26 +00:00
Remove Secure Boot check.
Rocky Linux now has secure boot support, so we no longer need to check for and bail on systems with secure boot enabled.
This commit is contained in:
parent
d7e4c072a2
commit
fbac8d07a2
@ -420,15 +420,6 @@ collect_system_info () {
|
||||
fi
|
||||
fi
|
||||
|
||||
# check if EFI secure boot is enabled
|
||||
if [[ $update_efi ]]; then
|
||||
if mokutil --sb-state 2>&1 | grep -q "SecureBoot enabled"; then
|
||||
exit_message \
|
||||
"EFI Secure Boot is enabled but Rocky Linux doesn't provide a signed shim yet."\
|
||||
" Disable EFI Secure Boot and reboot."
|
||||
fi
|
||||
fi
|
||||
|
||||
# Don't enable these module streams, even if they are enabled in the source
|
||||
# distro.
|
||||
declare -g -a module_excludes
|
||||
|
Loading…
Reference in New Issue
Block a user