From 6b621ed9290439ecc234317992bdf696d0cde549 Mon Sep 17 00:00:00 2001 From: jahrik Date: Tue, 25 Nov 2014 23:07:18 -0700 Subject: [PATCH] Update netbooting.rst --- netbooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbooting.rst b/netbooting.rst index 3175c70..edf445b 100644 --- a/netbooting.rst +++ b/netbooting.rst @@ -29,7 +29,7 @@ TFTP does not support any type of authentication. Given the low complexity of the TFTP protocol, servers are available for virtually every operating system. Configuration is typically just pointing the server at a directory full of files to serve up. -Unless you have very specific reasons to do so (and fully understand the implications), you should make sure your that your TFTP server is setup in read only mode. +Unless you have very specific reasons to do so (and fully understand the implications), you should make sure that your TFTP server is setup in read only mode. PXE ===