From 55df0b1dbf94c88218eef338702b074ce404093e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 04 2021 16:12:36 +0000 Subject: Apply patch Disable-GRUB2-plugin-on-RHEL-8.patch patch_name: Disable-GRUB2-plugin-on-RHEL-8.patch present_in_specfile: true --- diff --git a/etc/default/boom b/etc/default/boom index cd5f772..451cb37 100755 --- a/etc/default/boom +++ b/etc/default/boom @@ -1,3 +1,3 @@ -BOOM_USE_SUBMENU="yes" +BOOM_USE_SUBMENU="no" BOOM_SUBMENU_NAME="Snapshots" -BOOM_ENABLE_GRUB="yes" +BOOM_ENABLE_GRUB="no"