📝 Made note of using package.mask for updates

This commit is contained in:
tomit4 2025-12-14 00:58:50 -08:00
parent a11cf5759b
commit 59f76db805

View file

@ -42,6 +42,17 @@ using:
dispatch-conf
```
## Masking
Masking can be used to temporarily/permanently prevent portage from
installing/updating certain packges. Within `/etc/portage/package.mask/` there
is a `package.mask` file in which you can specifiy which packageds you don't
wish to install/update.
Note that you can comment out these files to temporarily allow
installation/updating should you need granular control over when to update
certain packages (i.e. the sources kernels).
## Updating Kernels
This is a bit more involved. Firstly you'll need sys-kernel/gentoo-sources. If