From 366c39a7fd9ca013f0a1957f11bd2144e27e4f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Mon, 18 Apr 2022 21:08:39 +0200 Subject: [PATCH] app-backup/grub-btrfs: added optfeature message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- app-backup/grub-btrfs/grub-btrfs-4.11.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild index 740e6ce1f0..9981d313bc 100644 --- a/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild +++ b/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit optfeature + DESCRIPTION="Improves Grub by adding btrfs snapshots to the Grub menu." HOMEPAGE="https://github.com/Antynea/grub-btrfs" SRC_URI="https://github.com/Antynea/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -35,4 +37,5 @@ src_install(){ pkg_postinst() { elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." elog "update your /etc/grub.d/41_snapshots-btrfs script (e.g. with dispatch-conf or etc-update)" + optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] }