[Midnightbsd-cvs] www [609] trunk/developer/index.html: write some incomplete directions on installation so that people have something to go on.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 29 08:57:15 EDT 2015


Revision: 609
          http://svnweb.midnightbsd.org/www/?rev=609
Author:   laffer1
Date:     2015-06-29 08:57:15 -0400 (Mon, 29 Jun 2015)
Log Message:
-----------
 write some incomplete directions on installation so that people have something to go on. Todo: fix this!

Modified Paths:
--------------
    trunk/developer/index.html

Modified: trunk/developer/index.html
===================================================================
--- trunk/developer/index.html	2015-06-29 12:52:30 UTC (rev 608)
+++ trunk/developer/index.html	2015-06-29 12:57:15 UTC (rev 609)
@@ -147,6 +147,10 @@
                                         </p>  
 
                                         <p>Source code and mports can also be viewed using <a href="/cgi-bin/viewvc.cgi/midnightbsd/">ViewVC</a>, and <a href="/opengrok/">OpenGrok</a>.</p>
+
+					<h4>Building MidnightBSD</h4>
+					<p>To build MidnightBSD, checkout the source code as stated above and cd into the directory. e.g. cd /usr/src
+					<p>Run make buildworld, make buildkernel, mergemaster -p, make installkernel, reboot, go into single user mode, make installworld, and finally mergemaster. If the kernel fails to boot, you can go back to the old kernel by booting it up from the loader  and replacing kernel with kernel.old in the /boot directory. </p>
 				</div>
 				<div class="clear"></div>
 				<h3>Background</h3>



More information about the Midnightbsd-cvs mailing list