mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
app-backup/grub-btrfs: added optfeature message
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
parent
4bae54cff1
commit
366c39a7fd
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit optfeature
|
||||||
|
|
||||||
DESCRIPTION="Improves Grub by adding btrfs snapshots to the Grub menu."
|
DESCRIPTION="Improves Grub by adding btrfs snapshots to the Grub menu."
|
||||||
HOMEPAGE="https://github.com/Antynea/grub-btrfs"
|
HOMEPAGE="https://github.com/Antynea/grub-btrfs"
|
||||||
SRC_URI="https://github.com/Antynea/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/Antynea/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
@ -35,4 +37,5 @@ src_install(){
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu."
|
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)"
|
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]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user