diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-11-10 01:26:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-11-10 01:26:51 +0000 |
commit | 9ed107c19f073262ae0aa54b8c4c9d39f38458aa (patch) | |
tree | 88f4c9d1057a56f6586feb6729080171a5249da9 /distrib | |
parent | 02828fe5887e20be12558aeb22998ae9e57d7b06 (diff) |
Polish wording on fstab verbiage, and swap paragraphs so the paragraph
descibing how the fstab will be used follows immediately after the
fstab listing, and the paragraph explaining about editing the fstab
comes immediately before the offer to edit the fstab. Eliminate a
blank line before the question as it is now tightly related to the
paragraph that precedes it.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/upgrade.sh | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh index 6ac75183fdb..d4920628f58 100644 --- a/distrib/miniroot/upgrade.sh +++ b/distrib/miniroot/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: upgrade.sh,v 1.45 2002/11/07 01:28:52 krw Exp $ +# $OpenBSD: upgrade.sh,v 1.46 2002/11/10 01:26:50 krw Exp $ # $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -119,13 +119,12 @@ The fstab is configured as follows: $(</tmp/fstab) -You can edit the fstab now, before it is used, but the edited fstab will -only be used during the upgrade. It will not be copied back to disk. - -Filesystems in the fstab will be mounted only if the 'noauto' option is -absent, /sbin/mount_<fstype> is found, and the fstype is not nfs. Only -filesystems with a fstype of ffs will be mounted read-write. +For the ${MODE}, filesystems in the fstab will be automatically mounted if the +'noauto' option is absent, and /sbin/mount_<fstype> is found, and the fstype is +not nfs. Non-ffs filesystems will be mounted read-only. +You can edit the fstab now, before it is used, but the edited fstab will only +be used during the upgrade. It will not be copied back to disk. __EOT ask "Edit the fstab with ${EDITOR}?" n case $resp in |