|
From: Bruce S. <bw...@ar...> - 2007-05-11 12:47:41
|
> > Is the first line: "#!/bin/sh" ? > > > > What is /bin/sh sym-linked to? > > > > Try changing the first line of the script to "#!/bin/bash" instead? > > First line is /bin/sh, which is linked to busybox, which seems to be > the "shell and everything" (find, grep ...) inside the initrd. > > one static binary with 1M > > Inside Initrd there is no bash... OK, maybe busybox is the wrong version (compare versions to DL 1.2), or maybe it was compiled with the wrong options (compare to 1.2)? - BS |