2 /etc/drivers.conf has been renamed to /etc/system.conf.
3 user "service" has been added to password file /etc/passwd.
5 You need flex in your $PATH, which has become part of the base
6 system. This needs bigger binaries.
7 If you don't have flex yet, you can compile it first by doing:
8 # cp /usr/src/etc/binary_sizes* /etc
10 # cd /usr/src/commands/flex-2.5.4
13 Install binaries in the right order because the new readdir
14 implementation and the new mount program are incompatible
15 with older kernels and the new kernels require the new mount.
26 Installing fails for boot. Reboot the system
27 # reboot -x 'unset image; boot'
28 Now install everything
32 The archictecture-dependent/-independent split needs ARCH=<arch>
33 in /etc/make.conf, included by some Makefiles and sourced by
34 some shell scripts. To install it, type 'make install' in
35 src/etc, or simply copy the file over.
37 drivers.conf has been updated to include an ACL for mfs. it has
38 to be installed before rebooting after an update of the mount command.
40 mkfs needs more memory to make an image; chmem it or do
41 # touch mkfs.c ; make /usr/bin/mkfs
42 in /usr/src/commands/simple.
44 OSS requires an improved make to be compiled; run "make install"
45 in /usr/src/commands/make before running "make world".