From ecfd7e4ee4a939f553be826226e18cf34bd53279 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:49:25 +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"