[arch-commits] Commit in grub/trunk (PKGBUILD grub.install)

Christian Hesse eworm at archlinux.org
Tue Jun 8 20:00:12 UTC 2021


    Date: Tuesday, June 8, 2021 @ 20:00:12
  Author: eworm
Revision: 417507

prepare final 2.06 release

Modified:
  grub/trunk/PKGBUILD
  grub/trunk/grub.install

--------------+
 PKGBUILD     |    6 +++---
 grub.install |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 19:55:18 UTC (rev 417506)
+++ PKGBUILD	2021-06-08 20:00:12 UTC (rev 417507)
@@ -18,12 +18,12 @@
 pkgname='grub'
 pkgdesc='GNU GRand Unified Bootloader (2)'
 epoch=2
-_tag='7d42d00f0e314f1535752bd5126a6b8d1be3352b' # git rev-parse grub-${_pkgver}
+_tag='53c5000739db114c229fe69ec3d4b76b92441098' # git rev-parse grub-${_pkgver}
 _gnulib_commit='be584c56eb1311606e5ea1a36363b97bddb6eed3'
 _unifont_ver='13.0.06'
-_pkgver=2.06-rc1
+_pkgver=2.06
 pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=0
 url='https://www.gnu.org/software/grub/'
 arch=('x86_64')
 license=('GPL3')

Modified: grub.install
===================================================================
--- grub.install	2021-06-08 19:55:18 UTC (rev 417506)
+++ grub.install	2021-06-08 20:00:12 UTC (rev 417507)
@@ -8,7 +8,8 @@
   fi
 
   # https://md.archlinux.org/F1JuYj5xQtWyhvH8_ilErg#
-  cat <<EOM
+  if [[ -e /sys/firmware/efi/efivars ]]; then
+    cat <<EOM
 :: Recent versions of grub may fail to boot with secure boot enabled. The
    message will look like this:
     > error: verification requested but nobody cares:
@@ -17,6 +18,7 @@
    Handle installation to UEFI with care and be prepared!
    For details see: https://md.archlinux.org/F1JuYj5xQtWyhvH8_ilErg#
 EOM
+  fi
 }
 
 post_install() {



More information about the arch-commits mailing list