Hi all,
my boot partition is full, how can i clean it correctly? only delete old files or does proxmox has a command for clean?
i have found this, but this command does clean updated kernel versions they are not activate well server was not restartet or?
best regards
my boot partition is full, how can i clean it correctly? only delete old files or does proxmox has a command for clean?
i have found this, but this command does clean updated kernel versions they are not activate well server was not restartet or?
Code:
apt-get remove $(dpkg -l | egrep '^ii (pve-)?kernel-' | awk '{print $2}' | grep -v `uname -r`)
best regards
Last edited: