Update README to reflect overlay egencache possibility

This commit is contained in:
hasufell 2015-08-21 22:44:29 +02:00
parent a69365722e
commit 7b541df297
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,12 @@ necessary to set up a gentoo github mirror based sync system:
* updates the glsa directory
* updates herds.xml
* updates the news directory
## Notes
Note that typically most repositories other than `gentoo` don't come with a pregenerated cache. It is a good idea to generate/update their cache every time they are synced. One way to do this, is by activating the `example` hook script that portage installs by default in /etc/portage/postsync.d:
```
cp -i /etc/portage/repo.postsync.d/example /etc/portage/repo.postsync.d/gen_cache
chmod +x /etc/portage/repo.postsync.d/gen_cache
```