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:
Fabian Mastenbroek 2022-09-19 21:35:32 +02:00
parent 3c771c6126
commit 45e07efd72
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -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
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
Questions, suggestions and contributions are welcome and appreciated!
You can contribute in various meaningful ways: