Changes between Version 21 and Version 22 of test


Ignore:
Timestamp:
11/01/09 11:55:31 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • test

    v21 v22  
    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.
     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.
    3535
    36 * Connect to the host serving new image and execute updatep1 script:
    37   # nc myhost 2222 | sh updatep1
     36 * Connect to the host serving new image and execute updatep1 script:
     37   # nc myhost 2222 | sh updatep1
    3838