User Tools

Site Tools


deploy

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
deploy [2021/06/11 09:00] ursgrafdeploy [2021/06/11 09:03] ursgraf
Line 10: Line 10:
 $ scp: /home/ost//bin/delta: Read-only file system $ scp: /home/ost//bin/delta: Read-only file system
 </code> </code>
-Before downloading you have to make the file system writable.+Before downloading you have to make the file system writable. Connect to your target with  
 +<code> 
 +$ ssh ost@192.168.7.2 
 +</code> 
 +then remount the file system with 
 +<code> 
 +ost@bblue:$ sudo mount / -o remount,rw 
 +</code>
  
-  
  
 ---- ----
deploy.txt · Last modified: 2021/10/20 09:43 by ursgraf