Hi,
This adds manual upgrade instructions for bsd.sp kernels similar to what
upgrade58 did.
Don't want to miss the nice copy & paste for all kind of machines I support.
regards,
Giannis
Index: upgrade59.html
===================================================================
RCS file: /cvs/www/faq/upgrade59.html,v
retrieving revision 1.19
diff -u -p -r1.19 upgrade59.html
--- upgrade59.html 29 Mar 2016 11:17:47 -0000 1.19
+++ upgrade59.html 30 Mar 2016 14:31:55 -0000
@@ -306,12 +306,25 @@ access to the system console.
<li><b>Install new kernels.</b>
The extra steps for copying over the primary kernel are done
to ensure that there is always a valid kernel on the disk.
- <blockquote><pre>
- <b>cd /usr/rel</b> # where you put the release files
- <b>ln -f /bsd /obsd && cp bsd.mp /nbsd && mv /nbsd /bsd</b>
- <b>cp bsd.rd /</b>
- <b>cp bsd /bsd.sp</b>
- </pre></blockquote>
+ <ul>
+ <p>
+ <li>If you are using a multiprocessor kernel:
+ <blockquote><pre>
+ <b>cd /usr/rel</b> # where you put the release files
+ <b>ln -f /bsd /obsd && cp bsd.mp /nbsd && mv /nbsd /bsd</b>
+ <b>cp bsd.rd /</b>
+ <b>cp bsd /bsd.sp</b>
+ </pre></blockquote>
+
+ <li>If you are using a single processor kernel:
+ <blockquote><pre>
+ <b>cd /usr/rel</b> # where you put the release files
+ <b>ln -f /bsd /obsd && cp bsd /nbsd && mv /nbsd /bsd</b>
+ <b>cp bsd.rd bsd.mp /</b>
+ </pre></blockquote>
+ (note: you will get a harmless error message if your platform
+ doesn't have a bsd.mp)
+ </ul>
<p>
<li><b>Install new userland.</b>