Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:software-update [2021/11/10 15:30] dodenhoeftconfiguration:software-update [2023/11/14 12:44] (current) klueppel
Line 1: Line 1:
 ====== Software update ====== ====== Software update ======
  
-coming soon+=== 1. Generate a hash key for authentication === 
 +{{ :configuration:keygen_marked.png?nolink |}} 
 + 
 +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 /mnt/media/autorun/sw-update.img /tmp/ 
 + cli update -rf software /tmp/sw-update.img 
 + 
 +===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. 
 + 
 +{{ :configuration:reihenfolge_autorun.png?nolink |}}