strange problems with e2fsprogs

Denys Vlasenko vda.linux at googlemail.com
Fri Jan 1 16:40:50 UTC 2010


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


More information about the busybox mailing list