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

Diff of /trunk/www/project.html

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

revision 179 by sng, Sat May 28 23:49:40 2011 UTC revision 180 by sng, Mon Jun 6 18:57:10 2011 UTC
# Line 92  To access our current stable version, pl Line 92  To access our current stable version, pl
92  <H3>Documentation: About the project</H3>  <H3>Documentation: About the project</H3>
93    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
94      <div style="position: absolute; left: 0px;"><H4>30/06/2011 - v 3.2.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>30/06/2011 - v 3.2.0</H4></div>
95      <div style="position: absolute; right: 0px;"><H4>Last update: 29/05/2011</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 06/06/2011</H4></div>
96    </div>    </div>
97  </div>  </div>
98  <div id="linkline">  <div id="linkline">
# Line 125  To access our current stable version, pl Line 125  To access our current stable version, pl
125    
126  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>
127    
128  <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>  
   
129    
130  <!--   Quick creation of the CD   -->  <!--   Quick creation of the CD   -->
131  <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>
132  <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>
133  <ul>  <ul>
134  <li>Add the lines<br>  <li>Add the lines<br>
135  &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>
136  &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>
137  &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>
138  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.
139  </li>  </li>
140  <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>
141  &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>
142  or else add the line<br>  or else add the line<br>
143  &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>
144  <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>
145  &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>
146  or use the default by adding<br>  or use the default by adding<br>
147  &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>
148    
149  <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>
150  </ul>  </ul>
151  <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>
152  <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>
153  <p>  <p>
154  <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>.
155  </p>  </p>
# Line 521  label <font color="Red">Empty</font><br> Line 513  label <font color="Red">Empty</font><br>
513    
514    </div>    </div>
515    <div id="footer">    <div id="footer">
516    <p>Copyright: &#169; <a href="mailto:&#115;&#110;&#103;&#064;&#104;&#101;&#108;&#108;&#117;&#103;&#046;&#103;&#114;?subject=About Clonezilla-SysRescCD v 3.2.0">Spiros Georgaras</a>, 2007-2010<br /><br/>    <p>Copyright: &#169; <a href="mailto:&#115;&#110;&#103;&#064;&#104;&#101;&#108;&#108;&#117;&#103;&#046;&#103;&#114;?subject=About Clonezilla-SysRescCD v 3.2.0" title="About Clonezilla-SysRescCD">Spiros Georgaras</a>, 2007-2011 &amp; <a href="mailto:&#115;&#097;&#110;&#100;&#103;&#116;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;?subject=About Clonezilla-SysRescCD v 3.2.0 documentation" title="About Clonezilla-SysRescCD Documentation">Jyrki Vesterinen</a>, 2010-2011<br /><br/>
517    Hosted by <a href="http://hellug.gr/index.php/OSullogos/Tautothta?from=Main.HELLUG" target="_blank" title="Hellenic Linux User Group">HEL.L.U.G.</a></p>    Hosted by <a href="http://hellug.gr/index.php/OSullogos/Tautothta?from=Main.HELLUG" target="_blank" title="Hellenic Linux User Group">HEL.L.U.G.</a></p>
518    </div>    </div>
519  </div>  </div>

Legend:
Removed from v.179  
changed lines
  Added in v.180

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26