Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 17:53:16 -0300
From:      Josmar Pierri <jpierri@coamo.net.br>
To:        freebsd-doc@freebsd.org
Subject:   Update on NanoBSD howto
Message-ID:  <e56cf60e-0807-b348-6b24-923fcc8a63b3@coamo.net.br>

next in thread | raw e-mail | index | archive | help
Hello,

The example on NanoBSD howto on section 2.4.3 ("Using nc(1)" at 
https://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/howto.html) 
should be updated to reflect the new behavior of 'nc' regarding the 
disconnection after reaching EOF, either on server and client side.

It would be better, as a complete example, if it call the 'update' 
script instead of 'updatep1' ou 'updatep2'.

An accurate example that works on FreeBSD 11 is:

	myhost# nc -l -N 2222 < _.disk.image

	# nc -d myhost 2222 | sh update

It may also help having a little note saying that will be required to 
press F1 or F2 on next boot, in order to actually use the new image.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e56cf60e-0807-b348-6b24-923fcc8a63b3>