image: add some todo

This commit is contained in:
Oleg Kalachev
2021-04-02 18:58:36 +03:00
parent efaddd34c8
commit 720b7d4274

View File

@@ -77,7 +77,7 @@ apt-cache policy raspberrypi-kernel-headers
apt-get install -y dkms
ls /lib/modules
echo make
make KERNEL_VER=5.4.83-v7l+ KVER=5.4.83-v7l+
make KERNEL_VER=5.4.83-v7l+ KVER=5.4.83-v7l+ # TODO: determine kernel version from fs
echo make install
make install KERNEL_VER=5.4.83-v7l+ KVER=5.4.83-v7l+