Displaying 1 result from an estimated 1 matches for "862c5e2".
Did you mean:
862.532
2009 Apr 21
1
[PATCH server] add dns setup clarification in installer
...e installer and notifies to use the bundled dns setup if the management server is not in the upstream dns already
---
installer/bin/ovirt-installer | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/installer/bin/ovirt-installer b/installer/bin/ovirt-installer
index 2d88886..862c5e2 100755
--- a/installer/bin/ovirt-installer
+++ b/installer/bin/ovirt-installer
@@ -183,6 +183,8 @@ File.open('/etc/resolv.conf').each_line{ |line|
line = line.chomp
puts line if line =~ /nameserver/
}
+ at cli.say("<%= color('\nIf your above dns servers contain the A re...