Changes between Version 41 and Version 42 of FreeBSD11_Guide


Ignore:
Timestamp:
Apr 10, 2018, 7:25:12 PM (7 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD11_Guide

    v41 v42  
    268268=== F.3 Existing image on node, remote update (slice 2) (network connection to machine 172.x.y.z required) ===
    269269
    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 
     270For remotely updating an existing node software configuration use the image script:
     271build# $R/tools/image deploy on <node> [and reboot]
     272   
     273
     274Tip: 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