[Midnightbsd-cvs] www [608] trunk/documentation/index.html: add a blurb about software updates

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 29 08:52:30 EDT 2015


Revision: 608
          http://svnweb.midnightbsd.org/www/?rev=608
Author:   laffer1
Date:     2015-06-29 08:52:30 -0400 (Mon, 29 Jun 2015)
Log Message:
-----------
add a blurb about software updates

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

Modified: trunk/documentation/index.html
===================================================================
--- trunk/documentation/index.html	2015-06-29 12:47:34 UTC (rev 607)
+++ trunk/documentation/index.html	2015-06-29 12:52:30 UTC (rev 608)
@@ -24,6 +24,7 @@
 							<li><a href="#s1c">Preparing For Installtion</a></li>
 							<li><a href="#s1d">Installing MidnightBSD</a></li>
 							<li><a href="#s1e">Example Hardware Configurations</a></li>
+							<li><a href="#s1f">Updating the Operating System</a></li>
 						</ul></li>
 						<li><a href="dump.html"><strong>Dump & Restore</strong></a></li>
 						<li><a href="flashdriveboot.html"><strong>Flash Drive (live)</strong></a></li>
@@ -247,6 +248,14 @@
 				Some drivers were imported from FreeBSD 6.1 beta, 6.1 Release and 6.2.  0.3-CURRENT
 				includes drivers from FreeBSD 7.0-RELEASE. We've also added support for several other systems such as network cards found in Intel based iMacs, newer AMD, Intel and NVIDIA SATA chipsets, and fixes for Apple mice.</p>	
 
+				<h4 id="s1f">Updating the Operating System</h4>
+                                <p>Currently, the only method to update the OS core libraries is through use of the subversion tool.  MidnightBSD 0.6 and higher include
+				the svnlite command as part of the base system. You may checkout the updated source code from the stable branch of the release and build it.
+				Detailed instructions are available in the <a href="../developer/">developer section</a> of the website.</p>
+				<p>We plan to add binary update capability to the mport tools. This work has not yet started.</p>
+				<p>Packages may be updated with the mport update or mport upgrade commands. The latter will update all installed packages whereas the former can be
+				used to update individual packages.</p>
+
 <div id="disqus_thread"></div>
 <script type="text/javascript">
     var disqus_shortname = 'midnightbsd'; 



More information about the Midnightbsd-cvs mailing list