SolidRun / lx2160a_build

Scripts to build basic images for LX2160A COM express type 7 modules
58 stars 47 forks source link

As of FHS, kernel modules should be under /lib/modules, not /usr/lib/modules #67

Open wgja opened 3 years ago

wgja commented 3 years ago

This code in runme.sh incorrectly installs kernel modules under /usr/lib/modules in the target filesystem: https://github.com/SolidRun/lx2160a_build/blob/bc46e34842b584bcf1042263b60dc300c51dd150/runme.sh#L409 As of the current File system Hierarchy Standard of Linux it should be under /lib/modules: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html Many tools expect modules for the currently executing kernel to be under /lib/modules .

justizin commented 1 year ago

Just noting here this appears to have been addressed in the latest image(s).