my last update failed because /boot did not have room for the new kernel (or so I guess). Can I safely use rm to blow away the old vmlinuz.*-generic?
Thanks
my last update failed because /boot did not have room for the new kernel (or so I guess). Can I safely use rm to blow away the old vmlinuz.*-generic?
Thanks
No, you should use your operating specific way of removing old versions of the Linux kernel. (yum for RHEL based like CentOS or Fedora, apt-get for Debian based like Ubuntu and so on)
It's always good to leave at least 1-2 old kernels available in case the new one shows some regressions.
On Fedora/RHEL/CentOS, install the yum-utils
package and run the following command package-cleanup --oldkernels --count=1
to clean old kernels before upgrading.
Never rm
system components previously managed by RPM/DKPG, unless you know what you're doing.