diff options
author | imp <imp@FreeBSD.org> | 2002-10-27 04:48:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-10-27 04:48:31 +0000 |
commit | 6cdbffc797dce651f7643f75c223ce048a095342 (patch) | |
tree | c4a63136df602c266cd45b53681554507b6f0fba /UPDATING | |
parent | 0877034abe0d1fc9f27bb8326af35f79814595f8 (diff) | |
download | FreeBSD-src-6cdbffc797dce651f7643f75c223ce048a095342.zip FreeBSD-src-6cdbffc797dce651f7643f75c223ce048a095342.tar.gz |
Mention the need to have COMPAT_FREEBSD4 in the kernel you use for the
upgrade.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1031,7 +1031,7 @@ COMMON ITEMS: <make sure you have good level 0 dumps> <maybe fix /etc/fstab> [7] make buildworld - make buildkernel KERNCONF=YOUR_KERNEL_HERE + make buildkernel KERNCONF=YOUR_KERNEL_HERE [8] cp src/sys/${MACHINE_ARCH}/conf/GENERIC.hints /boot/device.hints [2] make installkernel KERNCONF=YOUR_KERNEL_HERE cd src/sys/boot ; make install [6] @@ -1106,6 +1106,11 @@ COMMON ITEMS: You generally must update these entries to use the post FreeBSD 2.x form of /dev/ad0s1a. + [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. + FORMAT: This file contains a list, in reverse chronological order, of major |