ref: 7e8d388d4ab522cc573cf546d30d8e5ec8ab83b1
parent: 13cb9cb249f989baa20172af950dc160775c0f76
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Dec 10 12:37:53 EST 2014
bootrc: use "address" instead "ip" in wording netboot questions, as we domain names are allowed now.
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -21,9 +21,9 @@
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){--
⑨