Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 855 Bytes

GNU/Linux Boot Environments Gentoo overlay

Installation

Add the repository

Use Layman:

yes | layman -a linux-be

Adjust the portage configuration

Set the required useflags and accept the keywords:

installed_overlay="$(portageq get_repo_path / linux-be)"

mkdir -p /etc/portage/package.use
ln -s "$installed_overlay"/Documentation/package.use/linux-be.use /etc/portage/package.use/

mkdir -p /etc/portage/package.accept_keywords
ln -s "$installed_overlay"/Documentation/package.accept_keywords/linux-be.keywords /etc/portage/package.accept_keywords/

Install all the packages

emerge -avt {beadm,grub,genkernel,bemerge}::linux-be

Finish the installation

See Installing linux-be.