summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-17 08:57:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-17 08:57:25 +0000
commit2bae0857e65ca3ae3983f2a04fd084a43640a49a (patch)
tree27f1b1ad5c7507bd100a17a2add669064f84c6c7 /distrib/miniroot
parent19cd681a5c99956f75da0a57a8a698e9943ae11c (diff)
indent disk list
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sub10
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index b61d9a17c34..b5ebf450bbf 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.42 1997/10/17 08:13:58 deraadt Exp $
+# $OpenBSD: install.sub,v 1.43 1997/10/17 08:57:24 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.
@@ -303,14 +303,14 @@ getrootdisk() {
The installation program needs to know which disk to consider
the root disk. Note the unit number may be different than
-the unit number you used in the standalone installation
-program (especially on a PC with multiple disk controllers).
+the unit number you used in the boot program (especially on a
+PC with multiple disk controllers).
Available disks are:
__getrootdisk_1
_DKDEVS=`md_get_diskdevs`
- echo "$_DKDEVS"
+ echo " $_DKDEVS"
echo ""
echo -n "Which disk is the root disk? "
getresp ""
@@ -1228,7 +1228,7 @@ the disk device containing the partition with the installation sets:
__install_disk_1
_DKDEVS=`md_get_diskdevs`
- echo "$_DKDEVS"
+ echo " $_DKDEVS"
echo ""
echo -n "Which is the disk with the installation sets? [abort] "