From db0a949c4f502f4f4a34918fc38778bd6222766b Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 31 2020 13:37:43 +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"