Automatic Configuration of Vayu Cape at bootup
From Yantrr Wiki
Automatic Start Of Internet Connection On Boot
STEPS
- Make a SSH script with allcommands that you want to execute after bootup.
- Login as root
cd~ nano boot_run.sh
- The sample boot_run.sh file looks like this:
- Now make this file executable
chmod +x boot_run.sh
- Now Make a crontab entry for this script to start at bootup.
@reboot /root/boot_run.sh >> /root/boot_run.log
- For the precompiled images uploaded on Yantrr Wiki page the scripts are in place with all these settings preconfigured.