# cat /etc/udev/rules.d/99-mmc.rules
Code:
KERNEL=="loop0", RUN+="/bin/sh /etc/init.d/startbrowser.sh &"
# cat /etc/init.d/startbrowser.sh
Code:
/bin/touch /mnt/onboard/.adds/hi0
sleep 20
/bin/touch /mnt/onboard/.adds/hi20
# reboot
# cd /mnt/onboard/.adds/
# ls hi*
hi0
# ls hi*
hi0
# ls hi*
hi0 hi20