diff options
-rwxr-xr-x | prep-boot-floppy-and-ks-config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |