On 05/12/10 15:36, Marcus Osdoba wrote: > Hello mailinglist, > > I'm compiling kirkwood images for my dockstar out of the current trunk > (r24217). Everything seems to work fine. Jffs2 is expanding and the > system tries to enter init process. > > Unfortunatly I get the following error message and the system hangs: > [..] > Freeing init memory: 100K > /etc/preinit: line 1: can't open : no such file > Kernel panic - not syncing: Attempted to kill init! > [..]
What I would do is handcraft/modify a filesystem: - rename the existing /etc/preinit to /etc/preinit_impl or something - Create a new script called /etc/preinit with first and only line containing: /bin/sh -x /etc/preinit_impl This works at least if you're using the ash shell and will print out each line of script before executing it. It might give you just a little bit more context to look further... _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
