mdev with hda's

Harald Becker ralda at gmx.de
Tue May 10 16:40:47 UTC 2011


 Hallo David,

can you post a copy of your script or (better) a short example script
that shows up your trouble? ... sometimes simple issues in shell
programming result in big trouble. So an example script will help to see
if your problem is reproduceable.

> (hd[a-z])               root:users      660     @env >> /tmp/parent

If this shows up the correct environment, than this should do also:

(hd[a-z])        root:users  660  @/your/script

#!/bin/sh
{ echo "in $0:"
   env
} >>/tmp/parent2


--
Harald


More information about the busybox mailing list