diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 04:21:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 04:21:00 +0000 |
commit | dce936a8cf6d77d75e3c550aa3a366d8874cc3a6 (patch) | |
tree | 3e8062fd5268093fea9a2da0819961b680e83ef6 /distrib | |
parent | 7a64d05a2d07fd84dcde5d626a3726b92e94f2fa (diff) |
clarify hostname prompt
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index ba34cfc9c8d..5c87e7e0378 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.13 1997/09/23 22:39:25 niklas Exp $ +# $OpenBSD: install.sh,v 1.14 1997/10/17 04:20:59 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -264,7 +264,7 @@ case "$resp" in resp=`cat /etc/myname` fi while [ "X${resp}" = X"" ]; do - echo -n "Enter system hostname: [$resp] " + echo -n "Enter system hostname (short form): [$resp] " getresp "$resp" done hostname $resp |