I’m working on a linux system using buildroot. I have implemented using the rootfs overlay the script to launch a kernel driver. The script is named S98modules. I did the make to compile the filesystem and I verified it using QEMU.
At the startup of QEMU I see the error message: /etc/init.d/rcS: line 23 /etc/init.d/S98modules: not found
I checked and I found that the file is present.
Where could be the error?
New contributor
Claudio Bertacchini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.