We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefa1ca commit 1c65429Copy full SHA for 1c65429
src/boot/grub2/grub2-15_ostree
@@ -26,13 +26,6 @@ if ! test -d /ostree/repo; then
26
exit 0
27
fi
28
29
-# Gracefully exit if the grub2 configuration has BLS enabled,
30
-# since there is no need to create menu entries in that case.
31
-. /etc/default/grub
32
-if test ${GRUB_ENABLE_BLSCFG} = "true"; then
33
- exit 0
34
-fi
35
-
36
# Make sure we're in the right environment
37
if ! test -n "${GRUB_DEVICE}"; then
38
echo "This script must be run as a child of grub2-mkconfig" 1>&2
0 commit comments