On Mon, Jun 25, 2012 at 09:04:38PM +0200, Alexander Kriegisch wrote
> or read this:
>
> http://linux.die.net/man/1/dash
Thanks. I now have the automount+autounmount script working under
busybox ash. Turns out I only had one bash-specific feature in the
original script. I'll test it on my ho
Walter,
On Monday 25 June 2012 20:36:50 Walter Dnes wrote:
> I've got automount (and auto-unmount) working with mdev. Right now,
> the code is in a bash script. It's intended for use in Gentoo linux.
> But I could see others being interested in it. For maximum portability,
> I figure that the
> I'd like to re-do the automount script in ash, but I don't have any
> idea where to find detailed busybox ash syntax documentation.
I always found the man page of Debian ash to be very helpful and quite precise
when doing special shell scripts for my embedded BusyBox environment. Just
install
I've got automount (and auto-unmount) working with mdev. Right now,
the code is in a bash script. It's intended for use in Gentoo linux.
But I could see others being interested in it. For maximum portability,
I figure that the script should be in busybox ash. I.e., if you've got
busybox mdev,