cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=8
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME $G_RASPBIAN
bookworm 0
uname --all
Linux RaspberryPi-4 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
dpkg --print-architecture
arm64
echo $G_HW_MODEL_NAME
RPi 4 Model B (aarch64)
When trying to update using the command apt upgrade
I am getting the following:
root@RaspberryPi-4:/home/dietpi# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
rpi-eeprom
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Should I be concerned and if so how do I go about fixing it?
Thank you.