From cddc72b47b1c37b5f7ba44a62fa3c13b6105ee70 Mon Sep 17 00:00:00 2001 From: Bryce Chidester Date: Tue, 1 Jul 2014 13:44:29 -0700 Subject: [PATCH] Typo fix - tftpd is serving a file named auto_install Not 'pxeboot' --- OpenBSD_Autoinstall.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenBSD_Autoinstall.markdown b/OpenBSD_Autoinstall.markdown index c35d0d1..f8e3329 100644 --- a/OpenBSD_Autoinstall.markdown +++ b/OpenBSD_Autoinstall.markdown @@ -105,7 +105,7 @@ start dhcpd We will point tftpd to use the webroot instead of the default. We want to do this because we will also be serving out the install media from there, which -already contains the `pxeboot` and `bsd.rd` files we need. +already contains the `auto_install` and `bsd.rd` files we need. ---