summaryrefslogtreecommitdiff
path: root/distrib/sparc
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sparc')
-rw-r--r--distrib/sparc/install.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md
index fbf6d4ebb55..fceeff67659 100644
--- a/distrib/sparc/install.md
+++ b/distrib/sparc/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.44 2002/05/22 01:48:38 krw Exp $
+# $OpenBSD: install.md,v 1.45 2002/08/27 02:18:34 krw Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -106,13 +106,6 @@ md_prep_disklabel()
;;
esac
- # display example
- cat << __EOT
-If you are unsure of how to use multiple partitions properly
-(ie. separating /, /usr, /tmp, /var, /usr/local, and other things)
-just split the space into a root and swap partition for now.
-
-__EOT
disklabel -W ${_disk}
disklabel -f /tmp/fstab.${_disk} -E ${_disk}
}