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/sparc64/common | |
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/sparc64/common')
-rw-r--r-- | distrib/sparc64/common/install.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 8cd823baf46..d35f7a7009f 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.12 2002/05/20 16:53:57 krw Exp $ +# $OpenBSD: install.md,v 1.13 2002/08/27 02:18:34 krw Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -116,13 +116,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} } |