On Thu, Nov 17, 2016 at 11:02 AM, Didier Kryn <[email protected]> wrote: >> I'm assuming you already use environment variables in your script, >> e.g. $MDEV, $SEQNUM, etc Maybe you missed $ACTION, sounds like what >> you're looking for. > > Good to know that; https://git.busybox.net/busybox/plain/docs/mdev.txt > only mentions $MDEV .
That is because those environment variables comes from the kernel when it invokes the hotplug helper (mdev): http://lxr.free-electrons.com/source/Documentation/driver-model/porting.txt#L375 -- Bye, Peter Korsgaard _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
