From 2f88ba3cc103aa2b170b833494be8722fb0e3d45 Mon Sep 17 00:00:00 2001
From: Tom Yan <tom.ty89@gmail.com>
Date: Fri, 24 Sep 2021 08:30:15 +0800
Subject: [PATCH] Add grub and refind back

"rescue/installation actions for {grub,refind} should be run from
within a chroot" is a false statement. See --boot-directory of
grub-install and --root of refind-install. (In the case of grub,
there are people that do not use the ugly grub-mkconfig at all.)
---
 configs/releng/packages.x86_64 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64
index 28b23116..9079c06d 100644
--- a/configs/releng/packages.x86_64
+++ b/configs/releng/packages.x86_64
@@ -34,6 +34,7 @@ gpart
 gpm
 gptfdisk
 grml-zsh-config
+grub
 hdparm
 intel-ucode
 ipw2100-fw
@@ -83,6 +84,7 @@ ppp
 pptpclient
 pv
 qemu-guest-agent
+refind
 reflector
 reiserfsprogs
 rp-pppoe
-- 
GitLab