This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
configuration:usb-autorun [2015/04/03 13:19] – external edit 127.0.0.1 | configuration:usb-autorun [2021/11/11 14:30] (current) – [Useful USB autorun] dodenhoeft | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== USB Autorun ====== | + | ====== |
This feature can be used to automatically launch a shell script or perform a software/ | This feature can be used to automatically launch a shell script or perform a software/ | ||
It can be downloaded from that page and holds the SHA256 hash key of the admin password. The file can hold multiple hashes which will be processed line-by-line during authentication which can be used for setting up more systems with different admin | It can be downloaded from that page and holds the SHA256 hash key of the admin password. The file can hold multiple hashes which will be processed line-by-line during authentication which can be used for setting up more systems with different admin | ||
Line 7: | Line 7: | ||
The hash keys can be generated by running the command '' | The hash keys can be generated by running the command '' | ||
Once authentication has succeeded, the system scans for other files in the root directory which can perform the following actions: | Once authentication has succeeded, the system scans for other files in the root directory which can perform the following actions: | ||
- | - For running a script: '' | + | |
- For a configuration update: '' | - For a configuration update: '' | ||
- For a software update: '' | - For a software update: '' | ||
+ | - For running a script: '' | ||
- | ===== Example ===== | + | ===== Example |
<code - autorun.key> | <code - autorun.key> | ||
# corresponds to password in factory defaults | # corresponds to password in factory defaults | ||
Line 19: | Line 20: | ||
</ | </ | ||
- | <code bash autorun.sh> | + | ===== Procedure ===== |
- | # This autorun.sh script applies all *.cfg files that are provided on a USB stick | + | |
- | # Make sure autorun.status=1 or the router is set back to factory defaults | + | |
- | # and a file autorun.key with e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 is on the stick as well | + | |
- | # $MNTPATH is passed via environment variable but we want to be sure :) | + | The autorun feature need to be enabled. This is case case either |
- | mountpoint="" | + | |
- | max=60 | + | |
- | config="/ | + | |
- | serial=$(cli status system -s | grep SERIAL_NUMBER | cut -d= -f2 | tr -d '"' | + | |
- | for i in `seq 1 $max` | + | |
- | do | + | |
- | / | + | |
- | mountpoint=$(mount | grep sda | cut -d" " -f3) | + | |
- | if [ -n " | + | |
- | / | + | |
- | break | + | |
- | fi | + | |
- | sleep 1 | + | |
- | done | + | |
- | # concatenate common.cfg and individual.cfg on USB stick and save it in temp file. | + | |
- | cat $mountpoint/ | + | |
- | # apply the whole config in one step | + | |
- | cli update config " | + | |
- | / | + | |
- | # write applied config and log back on stick | + | |
- | cat / | + | |
- | tail -n 100 / | + | |
- | exit 0 | + | |
+ | - Please do not plug in the USB Stick before the System is bootet completly (Status LED need to light steady green). | ||
+ | - After that pluging the USB Stick. | ||
+ | - If the Autorun was triggert correctly all LEDs need to flash GREEN at the same time | ||
- | </ | ||
+ | ===== Function is not always enabled ===== | ||
+ | |||
+ | Please keep in mind that the usb autorun function is not always enabled: | ||
+ | |||
+ | - It's enabled in Factory State until you define your admin password | ||
+ | - After that you need to enable it either via Webinterface or config parameter: '' | ||
+ | |||
+ | ===== Useful USB autorun ===== | ||
+ | |||
+ | * [[configuration: | ||
+ | * [[configuration: | ||
+ | * [[configuration: |