[Midnightbsd-cvs] www [529] trunk/documentation/livecd.html: capture livecd content..
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 1 20:18:00 EDT 2013
Revision: 529
http://svnweb.midnightbsd.org/www/?rev=529
Author: laffer1
Date: 2013-10-01 20:18:00 -0400 (Tue, 01 Oct 2013)
Log Message:
-----------
capture livecd content.. needs html tweaks
Added Paths:
-----------
trunk/documentation/livecd.html
Added: trunk/documentation/livecd.html
===================================================================
--- trunk/documentation/livecd.html (rev 0)
+++ trunk/documentation/livecd.html 2013-10-02 00:18:00 UTC (rev 529)
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>MidnightBSD LiveCD Creation Documentation</title>
+ <link rel="shortcut icon" href="/favicon.ico">
+ <link rel="stylesheet" type="text/css" href="../css/essence.css">
+ </head>
+ <body>
+ <div id="globe">
+ <div id="header"><h1 title="MidnightBSD Home"><a href="../" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
+ <!--#include virtual="/menu.html"-->
+ <div class="clear"></div>
+ <div id="text">
+ <h2><img src="../images/oxygen/doc32.png" alt="" /> LiveCD Creation Documentation</h2>
+
+ <h3 id="s1a">Introduction</h3>
+ <pre>
+One of the goals of the MidnightBSD project is to create a Live CD that has an installer on it. This wouldn't necessarily be the
+ only install option, but many people prefer this approach. It is very easy and you can test your hardware with the OS before in
+stalling.
+
+The first step is to create a Live CD to try out MidnightBSD and for repair work. (A real fixit CD)
+
+We need to decide what to add to the Live CD. List suggestions below.
+
+ * lynx
+ * nano or pico
+ * vitetris
+ * X11?
+ * chat clients like irssi?
+</pre>
+<h4>0.3 Live CD</h4>
+
+This live CD contains no packages:
+[[http://people.midnightbsd.org/~laffer1/livecd0.3.iso| Live CD for i386 0.3-CURRENT Jan 2009]]
+
+<h4>0.2 Live CD and DVD</h4>
+The current test Live CD with no packages is here:
+[[http://people.midnightbsd.org/~laffer1/livecd0.2.iso| Live CD for CURRENT May 2008]]
+[[http://people.midnightbsd.org/~laffer1/livecd0.2.iso.CHECKSUM.MD5 | Live CD MD5]]
+
+LiveDVD (working xorg, around 900MB). I attempted to put KDE on this one, but some packages were not installed properly.
+[[http://people.midnightbsd.org/~laffer1/mbsd-livedvd.iso | Live DVD with 0.2 CURRENT]]
+
+<h3>Creating Live CDs</h3>
+
+<pre>
+To create a live CD, you need to do the following:
+
+ 1. cd /usr/src; make buildworld
+ 2. make buildkernel
+ 3. cd nrelease
+ 4. make realquickrel
+
+This will create a Live CD in /usr/release named mbsd.iso.
+
+To customize your Live CD, you will need to take additional steps. Steps 1-3 are the same as above. You may add or edit conten
+ts in /usr/src/nrelease/root . These files will be copied using cpdup into the staging area for the live cd.
+
+It's also possible to add packages.
+
+ 4. (complete steps 1-3 above) make buildiso
+ 5. mkdir /usr/release/root/usr/mports
+ 6. cd /usr/release/root/usr; mount_nullfs /usr/mports mports
+ 7. cd .. ; pkg_add -C . /usr/mports/Packages/i386/All/yourpackagename.tbz (if you built your own local package on this system
+) or pkg_add -C . -r kde3 (to install kde for instance from the ftp server). Do additional pkg_add commands for other packages
+ you are interested in.
+ 8. umount /usr/mports
+ 9. cd /usr/src/nrelease; make buildiso2
+ 10. make mkiso
+
+These directions are for 0.2-CURRENT.
+</pre>
+
+<div id="disqus_thread"></div>
+<script type="text/javascript">
+ var disqus_shortname = 'midnightbsd';
+
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+ </div>
+ <!--#include virtual="/footer.html"-->
+ </body>
+</html>
Property changes on: trunk/documentation/livecd.html
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list