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: |