I've just gone through the process of updating my Pi, running Raspbian from wheezy up to buster, release by release. Here is current output of cat /etc/os-release;
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I was under the impression that the kernel would be upgraded as part of apt-get dist-upgrade but it has not, best I can tell it is still the same version as it was with wheezy. Here is my uname -a output;
$ uname -a
Linux garyspi 3.18.6-v7i-aufs #1 SMP PREEMPT Tue Feb 10 22:35:34 CET 2015 armv7l GNU/Linux
Am I misunderstanding how to get the kernel version? If not, how to I bring the kernel up to date? From information I can find it seems like I should be on kernel 4.19
Any help on understanding this is appreciated.
