From 328fb90a99fc370cfe61b45cc66ca2945f75d8be Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Wed, 1 Aug 2018 13:30:26 +0200 Subject: corrected default nameserver IPv4 address --- prep-boot-floppy-and-ks-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep-boot-floppy-and-ks-config b/prep-boot-floppy-and-ks-config index 9432c16..5c3daf6 100755 --- a/prep-boot-floppy-and-ks-config +++ b/prep-boot-floppy-and-ks-config @@ -196,7 +196,7 @@ function check_options { fi if [ "x${NS}" = "x" ] then - NS="109.106.96.141" + NS="109.105.96.141" fi if [ "x${PublishPath}" = "x" ] then -- cgit v1.1