Moved CD creation documentation to the new developer section.

Added a blurb about building the livecd.

svn path=/trunk/rosdocs/; revision=11563
This commit is contained in:
Steven Edwards 2004-11-06 18:34:50 +00:00
parent 48615e8d12
commit 35c930b169
2 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<chapter>
<title>Creating the ReactOS bootable CD</title>
<title>Creating the ReactOS bootable CD or Live CD</title>
<!--
<artheader>
<title>Creating the ReactOS bootable CD</title>
<title>Creating the ReactOS bootable CD or Live CD</title>
<author>
<firstname>Eric</firstname>
<surname>Kohl</surname>
@ -109,6 +109,9 @@ Change the current directory to your reactos module working copy directory and r
<para>
In your reactos module working copy directory run 'make bootcd'. This will first build FreeLoader in the freeldr directory parallel to reactos. FreeLoader (freeldr.sys) is a boot loader/manager that is used to load multiple operating systems from a harddisk. SetupLoader (setupldr.sys) is a modified FreeLoader which is used to boot ReactOS from the bootable CD. It can not be used to load ReactOS from a harddisk. Executing the 'make bootcd' command will also create the 'bootcd' directory tree and all required components will be copied into this directory tree. Finally, the ISO image file 'ReactOS.iso' is created in the reactos directory.
</para>
<para>
To create the ReactOS Live CD just issue the command 'make livecd' in the root of the reactos source tree. This will create the roslive.iso.
</para>
</sect3>
</sect2>

View File

@ -8,7 +8,7 @@
<!ENTITY testbin SYSTEM "user/intro/testbin.xml">
<!ENTITY bootoptions SYSTEM "user/intro/bootoptions.xml">
<!ENTITY compilesrc SYSTEM "dev/newdev/compilesrc.xml">
<!ENTITY cdpack SYSTEM "dev/advandev/cdpack.xml">
<!ENTITY cdpack SYSTEM "dev/newdev/cdpack.xml">
<!ENTITY cvsapply SYSTEM "dev/shcode/cvsapply.xml">
<!ENTITY cvsco SYSTEM "dev/shcode/cvsco.xml">
<!ENTITY cvsget SYSTEM "dev/shcode/cvsget.xml">
@ -75,6 +75,7 @@
&cvsget;
&cvsco;
&cvsupd;
&cdpack;
&mailpatch;
&cvsapply;
&cvssubmit;
@ -91,8 +92,6 @@
<part>
<title>Advanced Developer</title>
&cdpack;
&archoverview;
&taggingfunctions;