Changes between Version 22 and Version 23 of test


Ignore:
Timestamp:
11/01/09 12:00:24 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • test

    v22 v23  
    3030Try this example if the remote host is not running neither ftp(1) or sshd(8) service:
    3131
    32  * At first, open a TCP listener on host serving the image and make it send the image to client:
    33    myhost# nc -l 2222 < _.disk.image
    34    Note: Make sure that the used port is not blocked to receive incoming connections from NanoBSD host by firewall.
    35 
    36  * Connect to the host serving new image and execute updatep1 script:
     32 1. At first, open a TCP listener on host serving the image and make it send the image to client: [[BR]]
     33   myhost# nc -l 2222 < _.disk.im
     34   Note: Make sure that the used port is not blocked to receive incoming connections from *NanoBSD* host by firewall.
     35 1. Connect to the host serving new image and execute updatep1 script:
    3736   # nc myhost 2222 | sh updatep1
    3837