From d0652495dd9ebc1804b6076e0c14a8d465374bdc Mon Sep 17 00:00:00 2001 From: Warren Block Date: Mon, 28 Apr 2014 20:17:09 +0000 Subject: [PATCH] Restore lost tags. --- en_US.ISO8859-1/articles/nanobsd/article.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/articles/nanobsd/article.xml b/en_US.ISO8859-1/articles/nanobsd/article.xml index ab4078a340..4861400132 100644 --- a/en_US.ISO8859-1/articles/nanobsd/article.xml +++ b/en_US.ISO8859-1/articles/nanobsd/article.xml @@ -151,7 +151,7 @@ A NanoBSD image is built using a simple nanobsd.sh shell script, which can be found in the - /usr/src/tools/tools/nanobsd + /usr/src/tools/tools/nanobsd directory. This script creates an image, which can be copied on the storage medium using the &man.dd.1; utility. @@ -479,7 +479,7 @@ get _.disk.image "| sh updatep1" At first, open a TCP listener on host serving the image and make it send the image to client: - myhost&prompt.root; nc -l 2222 < _.disk.image + myhost&prompt.root; nc -l 2222 < _.disk.image Make sure that the used port is not blocked to @@ -492,7 +492,7 @@ get _.disk.image "| sh updatep1" Connect to the host serving new image and execute updatep1 script: - &prompt.root; nc myhost 2222 | sh updatep1 + &prompt.root; nc myhost 2222 | sh updatep1