shithub: riscv

Download patch

ref: d4076731f1f3083255f395c90659e605a0823fa5
parent: b305ea4a3daffc7cfc3ca1b24b1b098cd9f14590
author: cinap_lenrek <[email protected]>
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){