IS_GOODKERNEL #126

Open
opened 2020-07-03 04:05:02 +02:00 by benpro · 0 comments
Contributor

Check if the right kernel is installed.

For example a buster can run a stretch kernel.

root@xxx:~# dpkg -l | grep linux-image
ii  linux-image-4.9.0-11-amd64           4.9.189-3+deb9u2              amd64        Linux 4.9 for 64-bit PCs
root@xxx:~# cat /etc/debian_version 
10.4

Kernel should have deb10 version.

Check if the right kernel is installed. For example a buster can run a stretch kernel. ``` root@xxx:~# dpkg -l | grep linux-image ii linux-image-4.9.0-11-amd64 4.9.189-3+deb9u2 amd64 Linux 4.9 for 64-bit PCs root@xxx:~# cat /etc/debian_version 10.4 ``` Kernel should have deb10 version.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evocheck#126
No description provided.