diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-12-06 10:39:14 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-12-06 10:39:14 +0000 |
commit | 65f1be68a1a601e245cc8cd6a090f27e24d4634c (patch) | |
tree | fd8a24a8c4c16ca82e565e1cbfc1fc4f9fbf3f08 /UPDATING | |
parent | f2a77c2a7c427559f2c0fb1603de86e49f09ee85 (diff) | |
download | src-65f1be68a1a601e245cc8cd6a090f27e24d4634c.tar.gz src-65f1be68a1a601e245cc8cd6a090f27e24d4634c.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -132,7 +132,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: 20050227: The on-disk format of LC_CTYPE files was changed to be machine independent. Please make sure NOT to use NO_CLEAN buildworld - when crossing this point. + when crossing this point. Crossing this point also requires + recompile or reinstall of all locale depended packages. 20050225: The ifi_epoch member of struct if_data has been changed to @@ -395,7 +396,8 @@ COMMON ITEMS: [8] In order to have a kernel that can run the 4.x binaries needed to do an installworld, you must include the COMPAT_FREEBSD4 option in your kernel. Failure to do so may leave you with a system - that is hard to boot to recover. + that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5 + is required to run the 5.x binaries on more recent kernels. Make sure that you merge any new devices from GENERIC since the last time you updated your kernel config file. |