This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| configuration:software-update [2021/11/10 14:43] – created dodenhoeft | configuration:software-update [2023/11/14 12:44] (current) – klueppel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Software update ====== | ====== Software update ====== | ||
| + | === 1. Generate a hash key for authentication === | ||
| + | {{ : | ||
| + | |||
| + | The file should have the name autorun.key. | ||
| + | ===2. Create a script that execute Softwareupdate=== | ||
| + | Add the following text into your script and call it autorun. sh. | ||
| + | #!/bin/sh | ||
| + | mv / | ||
| + | cli update -rf software / | ||
| + | |||
| + | ===3. Add the files to the USB Stick=== | ||
| + | Download the needed Softwareversion and name it sw-update.img. | ||
| + | |||
| + | Then add all the scripts to the USB Device. | ||
| + | |||
| + | {{ : | ||