On Sun, Dec 05, 2010 at 09:52:27PM +0100, Bernhard Walle wrote: > Am 05.12.10 21:19, schrieb Neil Horman: > > I'm kind of suprised this is working at all. I don't see a #!/bin/sh or > > #!/bin/msh line at the top of the script. How does the system know what > > interpreter to use? > > /bin/sh is the default interpreter. > You might want to try adding that, is what I'm saying. Busybox uses msh by default, and may not have the code to handle that same inferrence. Make the interpreter an explicit #!/bin/sh or #!/bin/msh Neil > > Regards, > Bernhard > > _______________________________________________ > kexec mailing list > kexec at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec