diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-05-16 07:47:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-05-16 07:47:22 +0000 |
| commit | b468d8d5b46554223d54565e6eb0d014035e9d21 (patch) | |
| tree | b87977c0aa9cfaeb8f3f892c4a6cb696f212aff5 | |
| parent | 3aa0904c7bc36cc93c73c38b418828189ece53c0 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -55,14 +55,16 @@ COMMON ITEMS: make buildworld cd sbin/mknod make install - cd sys/modules + cd ../../sys/modules make install <follow directions to build/install a kernel> <follow rebuild disk /dev entries above> [*] reboot <in single user> cd /usr/src - make -DNOINFO installworld + cd gnu/usr.bin/texinfo/install-info + make install + cd ../../../.. make installworld mergemaster [****] reboot @@ -79,7 +81,7 @@ COMMON ITEMS: couple of months, be sure they have all the components listed in /usr/share/examples/cvsup. Crypto and secure are now required. - [***] This step is optional, but is generally a good idea. If + [****] This step is optional, but is generally a good idea. If you wish to use many of the new features in 4.0, you must do this anyway. |
