From d4076731f1f3083255f395c90659e605a0823fa5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 10 Dec 2014 17:37:53 +0100 Subject: bootrc: use "address" instead "ip" in wording netboot questions, as we domain names are allowed now. --- sys/src/9/boot/net.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc index 42ba9f19e..9f3d82767 100755 --- a/sys/src/9/boot/net.rc +++ b/sys/src/9/boot/net.rc @@ -21,9 +21,9 @@ fn confignet{ if(~ $#auth 0) auth=`{awk -F'=' '/^[ ]*auth=/{print $2}' /net/ndb} if(~ $#fs 0) - ask fs ' ip is? ' $auth(1) + ask fs ' address is? ' $auth(1) if(~ $#auth 0) - ask auth ' ip is? ' $fs(1) + ask auth ' address is? ' $fs(1) # resolve dns names if(test -x /bin/ndb/dnsgetip){ -- cgit v1.2.3