diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-08-27 02:18:35 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-08-27 02:18:35 +0000 |
commit | d71d3c5bf15deab4d17e12ff71c512971209f5e7 (patch) | |
tree | 4684b898cc2501f4957f411e639e199c16f0f9bf /distrib/hp300 | |
parent | 328ad47a817dfc7cd096e0ee96077f0ab3d6762c (diff) |
Move general partitioning advice from machine dependant per disk
routine to install.sh so it is displayed only once.
Strongly advise /, /tmp, /var, /usr and /home have their own
disk partitions as requested by deraadt@.
Rather than rely on users not re-selecting an already initialized
disk, just allow them to choose from un-initialized disks.
Move get_root invocation into install.sub as both install.sh and
upgrade.sh did it first thing.
Remove the 'workaround' to a 'vnode aliasing bug' that came in
with the initial import of upgrade.sh from NetBSD. ok millert@.
Rework verbiage in a few places. Clean up logic around looping
through disk units by handling root disk better.
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index 1aa3232fd67..d9817523198 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.33 2002/05/22 01:48:38 krw Exp $ +# $OpenBSD: install.md,v 1.34 2002/08/27 02:18:34 krw Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -91,14 +91,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} } |