Noah-Huppert / linux-install

Void installation
MIT License
5 stars 0 forks source link

Switch cleanup-kernel state to vmpurge tool #14

Open Noah-Huppert opened 4 years ago

Noah-Huppert commented 4 years ago

From the old Void wiki FAQ section:

How do I remove old kernels?

Void Linux provides the vkpurge tool for the sole purpose of listing and removing old kernels. To list the old kernels in your system:

$ vkpurge list

To remove a specific version:

# vkpurge rm 3.8.2_1

To remove all kernels except the latest one:

# vkpurge rm all