View Single Post
Old 12-02-2024, 04:29 PM   #10
elinkser
Addict
elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.
 
Posts: 242
Karma: 146236
Join Date: Oct 2022
Device: Kobo Clara HD
# 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
elinkser is offline   Reply With Quote