Tagged Questions
2
votes
2answers
201 views
Why is rcS required after file system is mounted by the kernel?
I am a beginner in embedded Linux, I have compiled the kernel without initramfs and kernel is booting fine. But It shows me rcS file is not found I have put it in /etc/init.d/rcS and my rcS file look ...