diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 17:37:53 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 17:37:53 +0100 |
commit | d4076731f1f3083255f395c90659e605a0823fa5 (patch) | |
tree | b4e64acd68f89c750766c91b4ebb81ca9e6ff285 /sys/src/9/boot | |
parent | b305ea4a3daffc7cfc3ca1b24b1b098cd9f14590 (diff) |
bootrc: use "address" instead "ip" in wording netboot questions, as we domain names are allowed now.
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/net.rc | 4 |
1 files 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){ |