]> Zhao Yanbai Git Server - minix.git/commitdiff
More detailed upgrade procedure.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Dec 2006 13:36:18 +0000 (13:36 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Dec 2006 13:36:18 +0000 (13:36 +0000)
docs/UPDATING

index ae7f22254b961df9441464c45122b65404e1e197..924bd4e39e4bb3465a14fd956f5b5f7dfc08216c 100644 (file)
@@ -7,3 +7,22 @@
        # binsizes big
        # cd /usr/src/commands/flex-2.5.4 
        # sh build
+20061222:
+       Install binaries in the right order because the new readdir
+       implementation and the new mount program are incompatible
+       with older kernels and the new kernels require the new mount.
+       # cd /usr/src
+       # make includes
+       # make libraries
+       # make cmds
+       # make depend
+       # cd /usr/src/tools
+       # make hdboot
+       # make install
+       # cd ..
+       # make install
+       Installing fails for boot. Reboot the system
+       # reboot -x 'unset image; boot'
+       Now install everything
+       # cd /usr/src
+       # make install