I'm using copy2fs.flg so that means that at boot, extensions are copied to fs.
I supposed that copying happened before executing bootlocal.sh but I've found that my wlan module isn't loaded at the moment.
I know I can insert a sleep in the script, but it's ugly.
How would you implement a hook so the script is only run after the module is loaded?
How can I know if all extensions have already been copied in case I need one for my script?
Thanks