diff options
Diffstat (limited to 'distrib/mac68k/ramdisk/install.md')
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index e4573669fda..38590e54db6 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 2002/06/09 05:53:53 todd Exp $ +# $OpenBSD: install.md,v 1.16 2002/08/27 02:18:34 krw Exp $ # # Copyright (c) 2002, Miodrag Vallat. # All rights reserved. @@ -114,13 +114,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 ${_wflag} ${_disk} disklabel -f /tmp/fstab.${_disk} -E ${_disk} } |