Add removal instructions
This change updates the README with instructions to remove a particular kernel release from the user's system. Fixes #320
This commit is contained in:
parent
3c771c6126
commit
45e07efd72
1 changed files with 9 additions and 0 deletions
|
@ -123,6 +123,15 @@ Kernel options may be controlled from [debian/config/config.pve](debian/config/c
|
||||||
additional patches, you may add them to the [debian/patches/pve](debian/patches/pve) directory
|
additional patches, you may add them to the [debian/patches/pve](debian/patches/pve) directory
|
||||||
and update the [series](debian/patches/series.linux) file accordingly.
|
and update the [series](debian/patches/series.linux) file accordingly.
|
||||||
|
|
||||||
|
## Removal
|
||||||
|
Use `apt` to remove individual kernel packages from your system. If you want
|
||||||
|
to remove all packages from a particular kernel release, use the following
|
||||||
|
command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt remove pve-kernel-5.19*edge pve-headers-5.19*edge
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Questions, suggestions and contributions are welcome and appreciated!
|
Questions, suggestions and contributions are welcome and appreciated!
|
||||||
You can contribute in various meaningful ways:
|
You can contribute in various meaningful ways:
|
||||||
|
|
Loading…
Reference in a new issue