Fix the /boot partition inconsistency across three pages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user