docs/desktop-os/posts/02-gentoo-openrc-install.md: update

Removed inquiry to enable unstable guru.
This commit is contained in:
Luc Bijl 2025-08-10 12:30:08 +02:00
parent 557424664f
commit 70acce1d05

View file

@ -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