J'ai installé le noyau principal 3.10 comme recommandé ici afin que je puisse avoir mon WiFi.
Je rencontre des problèmes d'espace comme décrit ici (configuration dpkg à court d'espace, ayant séparé /boot
)
Est-il sûr d'exécuter la commande recommandée décrite dans ce blog, comme indiqué dans cette réponse? Sinon, comment le modifier? J'utilise:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r |
sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' |
xargs sudo apt-get -y purge
dpkg --list | grep linux-image
ii linux-image-3.10.1-031001-generic 3.10.1-031001.201307131550 amd64 Linux kernel image for version 3.10.1 on 64 bit x86 SMP
ii linux-image-3.8.0-19-generic 3.8.0-19.30 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-3.8.0-26-generic 3.8.0-26.38 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-3.8.0-27-generic 3.8.0-27.40 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-3.8.0-29-generic 3.8.0-29.42 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-extra-3.8.0-19-generic 3.8.0-19.30 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-extra-3.8.0-26-generic 3.8.0-26.38 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii linux-image-extra-3.8.0-27-generic 3.8.0-27.40 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
iF linux-image-extra-3.8.0-29-generic 3.8.0-29.42 amd64 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
iU linux-image-generic 3.8.0.29.47 amd64 Generic Linux kernel image
Je ne sais pas lesquels sont les plus récents. Veuillez me montrer lesquels sont définitivement les plus anciens et inutiles afin qu'ils puissent être supprimés avec sudo apt-get purge linux-image-x.x.x.x-generic
.