diff --git a/docs/desktop-os/posts/02-gentoo-openrc-install.md b/docs/desktop-os/posts/02-gentoo-openrc-install.md index 1743afa..bf7b932 100644 --- a/docs/desktop-os/posts/02-gentoo-openrc-install.md +++ b/docs/desktop-os/posts/02-gentoo-openrc-install.md @@ -174,7 +174,7 @@ sh# for dir in dev proc sys run; do sh# chroot /mnt ``` -Configure `portage` (1) before doing anything else, an example file is given below: +Configure `portage` (1) before doing anything else, an example file of its `make.conf` is given below: { .annotate } 1. The package manager of Gentoo Linux, which provisions build files from the [Gentoo ebuild repository](https://wiki.gentoo.org/wiki/Ebuild_repository#The_Gentoo_ebuild_repository) or any [additional ebuild repositories](https://wiki.gentoo.org/wiki/Portage#Ebuild_repositories). @@ -412,12 +412,6 @@ sh# eselect repository enable guru sh# emaint sync --repo guru ``` -To allow unstable packages from GURU set the `~amd64` keyword for it: - -``` shell title="/etc/portage/package.accept_keywords/guru" -*/*::guru ~amd64 -``` - [Portage-ample](https://git.ampel.dev/ampel/portage-ample) is an extra extra repository containing ebuilds maintained by us, the [Ampel organisation](https://ampel.dev). Add portage-ample with: ``` shell-session