|
From: Martin G. <mar...@we...> - 2007-05-11 11:27:31
|
OK, I debugged the linuxrc coming when booting the 1.3.4 image. The problem seems to be, that ouputs of program calls in backticks `` are not working inside linuxrc. All variables assigned with backticks stay empty! (This are e.g. CONFIG_USER_ONLY and DEVICES_XXX.) If I bail out to /bin/sh and execute the commands (find /dev) manually, I get output.. the /bin/sh seems to behave differently when executing scripts or outside of it. What kind of sh is it? Martin |