diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 03:57:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 03:57:44 +0000 |
commit | ef8889ea63697540c26e86f55e79650d32b46737 (patch) | |
tree | b40869a2a43a5c694753ea53b45d410b4c50480f /distrib/miniroot | |
parent | 6c9d180f2eda840faef615dc23354d867c0bf8a3 (diff) |
fix disk prompt
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index ac155eaa64d..ba45364a172 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.59 1998/03/26 03:49:19 millert Exp $ +# $OpenBSD: install.sub,v 1.60 1998/03/26 03:57:43 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -339,7 +339,7 @@ __getrootdisk_1 fi echo "$_DKDEVS" echo "" - echo -n "Which disk is the root disk? [${_defdsk}]" + echo -n "Which disk is the root disk [${_defdsk}]? " getresp "${_defdsk}" if isin $resp $_DKDEVS ; then ROOTDISK="$resp" |