Skip to content
Snippets Groups Projects
Commit e42a695a authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import grubby-8.40-34.el8

parents
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
#!/bin/bash
if [[ -x @@LIBEXECDIR@@/installkernel ]] ; then
exec @@LIBEXECDIR@@/installkernel "${@}"
elif [[ -x @@LIBEXECDIR@@/installkernel-bls ]] ; then
exec @@LIBEXECDIR@@/installkernel-bls "${@}"
fi
echo "installkernel is not installed correctly." >>/dev/stderr
exit 1
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment