/[clonezilla-sysresccd]/trunk/www/working/project.html
ViewVC logotype

Diff of /trunk/www/working/project.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 173 by sng, Thu Sep 16 18:15:05 2010 UTC revision 174 by sng, Sun May 29 14:32:14 2011 UTC
# Line 113  Line 113 
113    
114  The script copies all files from both ISOs to a temporary folder, integrates a new isolinux configuration file and creates a new ISO file that can be burnt to CD.<br><br>  The script copies all files from both ISOs to a temporary folder, integrates a new isolinux configuration file and creates a new ISO file that can be burnt to CD.<br><br>
115    
116  <a href="http://syslinux.zytor.com/iso.php" target="_blank">Isolinux</a> is a so called CD boot manager, that is controled by a configuration file called <b>isolinux.cfg</b>. The current implementation - based on <b>Clonezilla Live</b> - displays a list of boot options to the user. <b>create-clonezilla-sysresccd</b> provides two "sample" cfg files, to set the visible items of the  boot options list:</p>  <a href="http://syslinux.zytor.com/iso.php" target="_blank">Isolinux</a> is a so called CD boot manager, that is controled by a configuration file called <b>isolinux.cfg</b>. The current implementation - based on <b>Clonezilla Live</b> - displays a list of boot options to the user.</p>
 <ul>  
 <li><b>isolinux-full.cfg</b><br>This file contains all the features present in the original CDs</li>  
 <li><b>isolinux-minimal.cfg</b><br>Contains only these list items that are enough to utilize a Backup-Restore system<br>This means that the remaining features are invisible to the user, but they still exist in the CD.</li>  
 </ul>  
 <p>  
 <b>Important</b> <!--<span class="changed">&nbsp;New&nbsp;</span>--><br>Do NOT change these two files. They will be overwritten with every program update, to provide new features. Instead use them as templates for your <a href="#profiles">profiles</a>.  
 </p>  
   
117    
118  <!--   Quick creation of the CD   -->  <!--   Quick creation of the CD   -->
119  <H2><a name="quick"></a>Quick creation of the CD <span class="hideprint">[<a href="#project-top" title="go to top of the page">^</a>]</span><!-- <span class="changed">&nbsp;Updated&nbsp;</span>--></H2>  <H2><a name="quick"></a>Quick creation of the CD <span class="hideprint">[<a href="#project-top" title="go to top of the page">^</a>]</span><!-- <span class="changed">&nbsp;Updated&nbsp;</span>--></H2>
120  <p>Open <b>/root/.clonezilla-sysresccd/profiles.conf</b> in a text editor and:</p>  <p>Open <b>/root/.clonezilla-sysresccd/profiles.conf</b> in a text editor and:</p>
121  <ul>  <ul>
122  <li>Add the lines<br>  <li>Add the lines<br>
123  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>profile[2]=Multi-boot</b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>profile[3]=Multi-boot</b><br>
124  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>sysCDP[2]=<font color="red">/location/of/your/systemrescuecd.iso</font></b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>sysCDP[3]=<font color="red">/location/of/your/systemrescuecd.iso</font></b><br>
125  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cloneCDP[2]=<font color="red">/location/of/your/clonezilla-live.iso</font></b><br><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cloneCDP[3]=<font color="red">/location/of/your/clonezilla-live.iso</font></b><br><br>
126  if <b>sysCDP[2]</b> is already defined (profile <b>2</b> already exists), just use the <b>first</b> available number. This goes for every entry in this section.  if <b>sysCDP[3]</b> is already defined (profile <b>3</b> already exists), just use the <b>first</b> available number. This goes for every entry in this section.
127  </li>  </li>
128  <li>If you want to create the full CD, add the line<br>  <li>If you want to create the full CD, add the line<br>
129  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cfgFileP[2]=/root/.clonezilla-sysresccd/<font color="red">isolinux-full.cfg</font></b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cfgFileP[3]=/root/.clonezilla-sysresccd/<font color="red">isolinux-full.cfg</font></b><br>
130  or else add the line<br>  or else add the line<br>
131  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cfgFileP[2]=/root/.clonezilla-sysresccd/<font color="red">isolinux-minimal.cfg</font></b></li>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>cfgFileP[3]=/root/.clonezilla-sysresccd/<font color="red">isolinux-minimal.cfg</font></b></li>
132  <li>If you want to use a customized splash screen, create a 640x480 32-bit png image file (for example <b>splash-screen.png</b>) providing your logo, personal page, email address etc., and add the line<br>  <li>If you want to use a customized splash screen, create a 640x480 32-bit png image file (for example <b>splash-screen.png</b>) providing your logo, personal page, email address etc., and add the line<br>
133  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>splashP[2]=<font color="red">/location/of/your/splash-screen.png</font></b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>splashP[3]=<font color="red">/location/of/your/splash-screen.png</font></b><br>
134  or use the default by adding<br>  or use the default by adding<br>
135  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>splashP[2]=<font color="red">/root/.clonezilla-sysresccd/default-ocswp.png</font></b></li>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>splashP[3]=<font color="red">/root/.clonezilla-sysresccd/default-ocswp.png</font></b></li>
136    
137  <li>Add any other variable in the file to suit your needs</li>  <li>Add any other variable in the file to suit your needs</li>
138  </ul>  </ul>
139  <p>When you are done, create your CD by executing form console:</p>  <p>When you are done, create your CD by executing form console:</p>
140  <p class="newcode"><font color="Blue">create-clonezilla-sysresccd -p 2</font></p>  <p class="newcode"><font color="Blue">create-clonezilla-sysresccd -p 3</font></p>
141  <p>  <p>
142  <b>Note<br></b>The CD you will create following this procedure will lack the customization I have done. If you wanted to have it, you would have to follow the procedure introduced in the page <a href="custom-cd.html" title=" How to create the custom CDs ">Custom&nbsp;CDs</a>.  <b>Note<br></b>The CD you will create following this procedure will lack the customization I have done. If you wanted to have it, you would have to follow the procedure introduced in the page <a href="custom-cd.html" title=" How to create the custom CDs ">Custom&nbsp;CDs</a>.
143  </p>  </p>

Legend:
Removed from v.173  
changed lines
  Added in v.174

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26