mirror of
https://github.com/dynup/kpatch
synced 2025-02-12 07:27:04 +00:00
Merge pull request #772 from aliceinwire/Readme_add_Gentoo
Add Gentoo to README
This commit is contained in:
commit
f4c0f3209e
22
README.md
22
README.md
@ -270,6 +270,28 @@ Configure ccache (installed by kpatch package):
|
||||
|
||||
ccache --max-size=5G
|
||||
|
||||
#### Gentoo
|
||||
|
||||
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
|
||||
`~/.kpatch` and for ccache.*
|
||||
|
||||
Install Kpatch and Kpatch dependencies:
|
||||
|
||||
```bash
|
||||
emerge --ask sys-kernel/kpatch
|
||||
```
|
||||
|
||||
Install ccache (optional):
|
||||
|
||||
```bash
|
||||
emerge --ask dev-util/ccache
|
||||
```
|
||||
|
||||
Configure ccache:
|
||||
|
||||
```bash
|
||||
ccache --max-size=5G
|
||||
```
|
||||
|
||||
### Build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user