| 270 | | For remotely updating an existing node software configuration use the image script |
| 271 | | |
| 272 | | build# $R/tools/image deploy on <node> [and reboot] |
| 273 | | |
| 274 | | or manually: |
| 275 | | |
| 276 | | build# dd if=/usr/obj/nanobsd.wleiden-hybrid/_.disk.image bs=10k | ssh root@172.x.y.z /tools/updatep2 |
| 277 | | |
| 278 | | |
| 279 | | You may adjust the block size to make the transfer more efficient (additionally ssh -C is possible) and you can use Ctrl-T to check progress. |
| 280 | | |
| | 270 | For remotely updating an existing node software configuration use the image script: |
| | 271 | build# $R/tools/image deploy on <node> [and reboot] |
| | 272 | |
| | 273 | |
| | 274 | Tip: You may adjust the block size to make the transfer more efficient (additionally ssh -C is possible) and you can use Ctrl-T to check progress. |
| | 275 | |