summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-23 05:29:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-23 05:29:22 +0000
commitaa86461f8f1ee3aa6ef861a14d432f9c9167f46a (patch)
treef0eeed8669bbccb27b3b7ba024b27739ce10ae41
parent414ebcda1521ba3b3f4a382cda5b57f684570dfe (diff)
make sure people do not use numbers for disk types; johns
-rw-r--r--distrib/miniroot/install.sub8
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 42183b3c623..b4de9111878 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.55 1998/03/12 09:42:40 deraadt Exp $
+# $OpenBSD: install.sub,v 1.56 1998/03/23 05:29:21 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.
@@ -1214,13 +1214,13 @@ __mount_a_disk_1
cat << \__mount_a_disk_2
The following filesystem types are supported:
- 1) default (deduced from the disklabel)
- 2) ffs
+ default (deduced from the disklabel)
+ ffs
__mount_a_disk_2
_md_fstype=`md_native_fstype`
_md_fsopts=`md_native_fsopts`
if [ ! -z "$_md_fstype" ]; then
- echo " 3) $_md_fstype"
+ echo " $_md_fstype"
else
_md_fstype="_undefined_"
fi