apt-get update / upgrade gave me this:
The following packages have been kept back:
linux-image-armhf-odroid-xu3
Is there a way I can find the kernel version being held back and the reason for it being held back?
John
XU4 kernels
Re: XU4 kernels
Hi John,johnvick wrote:apt-get update / upgrade gave me this:
The following packages have been kept back:
linux-image-armhf-odroid-xu3
Is there a way I can find the kernel version being held back and the reason for it being held back?
John
I believe Meveric flags kernel/firmware packages as dist-upgrade only. So you'll need to run:
Code: Select all
apt-get dist-upgrade
Code: Select all
root@DietPi:~# apt-get dist-upgrade
The following NEW packages will be installed:
linux-image-3.10.105+
root@DietPi:~# apt-get upgrade
The following packages have been kept back:
linux-image-armhf-odroid-xu3
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: XU4 kernels
Hi Fourdee,
Just a minor kernel update not the 4.9 one I was hoping for.
Thanks again for your help.
John
Just a minor kernel update not the 4.9 one I was hoping for.
Thanks again for your help.
John