Hi David (and others), I finally found what causes the initramfs not to work:
I have to have /init in the initramfs filesystem, else the kernel does not use it. The Makefiles do install /bin/init and /linuxrc as a symbolic link to /bin/init, but no /init and the kernel needs exactly this. I do not know if this a kernel or Makefile bug, but finally it is somlved (for me). While we are at it: I tried adding/changing some hooks in vendors/my_company/my_project/Makefile, but they seem not to take any effect - when are these Makefiles used? (Mainly I wanted a project-specific /etc/rc and /etc/inittab) Best regards and thanks again to David who tried to give me directions where to look, Wolfgang _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
