app-backup/grub-btrfs - 4.11 (guru)

Search

Install

Install this version:

emerge -a =app-backup/grub-btrfs-4.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-backup/grub-btrfs-4.11

Or alternatively:

emerge --autounmask-write -a =app-backup/grub-btrfs-4.11

Package Information

Description:
Improves Grub by adding btrfs snapshots to the Grub menu.
Homepage:
https://github.com/Antynea/grub-btrfs
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.11 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="systemd"
PATCHES=( "${FILESDIR}/${P}-remove-docs-from-make.patch" )

DEPEND="
	sys-fs/btrfs-progs
	sys-boot/grub
	app-alternatives/awk
	>=app-shells/bash-4
"
RDEPEND="${DEPEND}"

src_compile(){
	true
}

src_install(){
	local conf
	if use systemd; then
		conf+="SYSTEMD=true OPENRC=false"
	else conf+="OPENRC=true SYSTEMD=false"
	fi
	emake DESTDIR="${D}" ${conf} install || die
	dodoc README.md
	mv ./initramfs/readme.md initramfs-overlayfs.md || die
	dodoc initramfs-overlayfs.md
}

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]
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-backup/grub-btrfs | euse -E <flag> -p app-backup/grub-btrfs | euse -D <flag> -p app-backup/grub-btrfs

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	sys-fs/btrfs-progs
	sys-boot/grub
	app-alternatives/awk
	>=app-shells/bash-4

RDEPEND

	sys-fs/btrfs-progs
	sys-boot/grub
	app-alternatives/awk
	>=app-shells/bash-4

Manifest for 4.11

Type File Size Source URLs
DIST grub-btrfs-4.11.tar.gz 26016 bytes https://github.com/Antynea/grub-btrfs/archive/v4.11.tar.gz