summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-07-21 13:54:48 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-07-21 13:54:48 +0000
commitf679ee58a11187792aa7d50aec60d00a7f9b2c7d (patch)
treeeffa672d812dfd187dbae92fe8df7a8585f77b12
parentd146ffcd709ed386b63fd321de783fdd3fd1f7fb (diff)
Notes
-rw-r--r--release/ERRATA.TXT43
1 files changed, 3 insertions, 40 deletions
diff --git a/release/ERRATA.TXT b/release/ERRATA.TXT
index 56030a4d3499..55c38ccae2e7 100644
--- a/release/ERRATA.TXT
+++ b/release/ERRATA.TXT
@@ -1,4 +1,4 @@
-This file contains post-release ERRATA for 2.2.6 and should always
+This file contains post-release ERRATA for 2.2.7 and should always
be considered the definitive place to look *first* before reporting
a problem with this release. This file will also be periodically
updated as new issues are reported so even if you've checked this
@@ -7,7 +7,7 @@ changes to this file are also automatically emailed to:
freebsd-stable@freebsd.org
-For 2.2.6 security advisories, see:
+For 2.2.7 security advisories, see:
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/
@@ -15,44 +15,7 @@ For the latest information.
---- Security Advisories:
-Current active security advisories for 2.2.6: None
+Current active security advisories for 2.2.7: None
---- System Update Information:
-o Root mountpoint change which affects those upgrading via "make world"
- or a FreeBSD 2.2.6 upgrade.
-
-Fix: 2.2.6 introduces a change in the naming of the device from
-which the root filesystem is mounted. This change affects all systems,
-however user intervention is only required for systems undergoing an
-upgrade installation.
-
-Previously, the root filesystem was always mounted from the
-compatibility slice, while other partitions on the same disk were
-mounted from their true slice. This might, for example, have resulted
-in an /etc/fstab file like:
-
-# Device Mountpoint FStype Options Dump Pass#
-/dev/wd0s2b none swap sw 0 0
-/dev/wd0a / ufs rw 1 1
-/dev/wd0s2f /local0 ufs rw 1 1
-/dev/wd0s2e /usr ufs rw 1 1
-
-For FreeBSD 2.2.6 and later, this format changes so that the device for
-'/' is consistent with others, ie.
-
-# Device Mountpoint FStype Options Dump Pass#
-/dev/wd0s2b none swap sw 0 0
-/dev/wd0s2a / ufs rw 1 1
-/dev/wd0s2f /local0 ufs rw 1 1
-/dev/wd0s2e /usr ufs rw 1 1
-
-
-If /etc/fstab is not updated manually in this case, the system will
-issue a warning message whenever / is mounted (normally at startup)
-indicating the change that must be made. In addition, trouble may be
-experienced if the root filesystem is not correctly unmounted, whereby
-the root filesystem will not be marked clean at the next reboot.
-
-This change should be made as soon as the upgraded system has been
-successfully rebooted.