On Saturday 26 December 2009 02:53, Marco Glatz wrote:
> hello,
> 
> i built a small linux-system to boot from compactflash. the system boots 
> fine, 
> but when i compile the latest e2fsprogs from sourceforge and add them co the 
> cf-card, system stops with a kernel panic: attempt to kill init. all binaries 
> are linked to the "normal" libc on my computer and all needed libs are on the 
> cf-card. 

If /sbin/tune2fs is a link to /bin/busybox and e2fsprogs install process
overwrites it intead of deleting and then creating new /sbin/tune2fs,
then ALL /[s]bin/xxxx -> /bin/busybox links now point to tune2fs.
Including /sbin/init. When kernel runs /sbin/init, it runs tune2fs,
which prints help text or something and exits.

--
vda
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to