mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02: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
|
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
|
Update list of overlays
|
||||||
|
|
||||||
```
|
```
|
||||||
layman -L
|
eselect repository list
|
||||||
```
|
```
|
||||||
|
|
||||||
Add Pentoo overlay
|
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)
|
Want to learn more? [See the wiki.](https://github.com/pentoo/pentoo-overlay/wiki)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue