From 4ee15b757960fcc0d817e736dd4b15e13d1596f3 Mon Sep 17 00:00:00 2001 From: Jon Langseth Date: Sun, 13 Apr 2014 15:13:25 +0200 Subject: Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step --- include/config.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index 0ff44fb..fd86eab 100755 --- a/include/config.pm +++ b/include/config.pm @@ -66,9 +66,12 @@ our $base_ipv6net = "2a02:ed02:"; our $base_ipv6prefix = 32; our $ipv6zone = "2.0.d.e.2.0.a.2.ip6.arpa"; -our $pxe_server = "151.216.125.3"; our $ciscowlc_a = "151.216.127.15"; +# Change from tg14: PXE-server is set to Secondary/SMTP/TFTP box, +# and the toolchain assumes this fact. Variable kept for clarity: +our $pxe_server = $sec_v4; + # static_switches is supposed to be legacy, and should be safe to remove. #130, 144, 145, 196, 197, 198, 199, 200, 203, 201, 206, 208, 209, 211, 213, -- cgit v1.2.3