mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
layman deprecation notice
This commit is contained in:
parent
7ffae13081
commit
3366c972e6
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
|
@ -16,24 +16,32 @@ Update the portage to the latest version
|
|||
emerge --sync
|
||||
```
|
||||
|
||||
Make sure that layman and git are installed
|
||||
Make sure that eselect-repository and git are installed
|
||||
|
||||
```
|
||||
emerge app-portage/layman git
|
||||
emerge eselect-repository git
|
||||
```
|
||||
|
||||
Update list of overlays
|
||||
|
||||
```
|
||||
layman -L
|
||||
eselect repository list
|
||||
```
|
||||
|
||||
Add Pentoo overlay
|
||||
|
||||
```
|
||||
layman -a pentoo
|
||||
eselect repository enable pentoo
|
||||
```
|
||||
|
||||
In case you have been already using layman as a repository manager, make sure to disable it since it has been deprecated by Gentoo:
|
||||
|
||||
```
|
||||
layman -d pentoo
|
||||
```
|
||||
and then make sure to inspect and remove /etc/portage/repos.conf/layman.conf and /var/lib/layman.
|
||||
|
||||
|
||||
|
||||
Want to learn more? [See the wiki.](https://github.com/pentoo/pentoo-overlay/wiki)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue