Fix the /boot partition inconsistency across three pages

This commit is contained in:
Djeex
2026-09-07 13:09:58 +02:00
parent f9d95448db
commit 2b67ba4461
4 changed files with 6 additions and 6 deletions
@@ -311,7 +311,7 @@ sudo apt full-upgrade
sudo apt autoremove --purge
```
Every kernel update leaves the previous one installed, and `/boot` is a small partition that eventually fills up and breaks the next upgrade. Do this every single time, not once in a while. `--purge` also drops the config files of the packages being removed.
Every kernel update leaves the previous one installed, and they pile up if nobody clears them out. Do this every single time, not once in a while. `--purge` also drops the config files of the packages being removed.
#### Reboot if the kernel moved