Explorar o código

Add removal instructions

This change updates the README with instructions to remove a particular
kernel release from the user's system.

Fixes #320
Fabian Mastenbroek %!s(int64=3) %!d(string=hai) anos
pai
achega
45e07efd72
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -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: