Changes between Version 20 and Version 21 of test
- Timestamp:
- Nov 1, 2009, 11:55:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
test
v20 v21 25 25 26 26 27 28 = Using nc(1) = 29 30 Try this example if the remote host is not running neither ftp(1) or sshd(8) service: 31 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: 37 # nc myhost 2222 | sh updatep1 38