Automatic Configuration of Vayu Cape at bootup
From Yantrr Wiki
Revision as of 00:30, 31 March 2015 by Mayank (Talk | contribs) (Created page with "== Automatic Start Of Internet Connection On Boot == '''<big>STEPS'''</big> * Make a SSH script with allcommands that you want to execute after bootup. * Login as root <pre> c...")
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
- 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.