From: Michael Tremer Date: Wed, 24 Aug 2016 20:56:59 +0000 (-0400) Subject: Fix PXE boot URL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7c9ed3cc22f028750a6433a830eab585b9c32fc;p=people%2Fshoehn%2Fipfire.org.git Fix PXE boot URL Signed-off-by: Michael Tremer --- diff --git a/webapp/handlers_boot.py b/webapp/handlers_boot.py index 2ceba14..7542f1a 100644 --- a/webapp/handlers_boot.py +++ b/webapp/handlers_boot.py @@ -81,7 +81,7 @@ class MenuGPXEHandler(BootBaseHandler): self.write("set 209:string premenu.cfg?arch=%s&platform=%s\n" \ % (self.arch, self.platform)) - self.write("set 210:string http://boot.dev.ipfire.org/\n") + self.write("set 210:string http://boot.ipfire.org/\n") self.write("chain pxelinux.0\n") def serve_update(self):