/[clonezilla-sysresccd]/trunk/www/2doc/doc/restore-burn.html
ViewVC logotype

Diff of /trunk/www/2doc/doc/restore-burn.html

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

revision 49 by sng, Thu May 20 15:43:26 2010 UTC revision 77 by sng, Thu Jun 17 22:25:06 2010 UTC
# Line 3  Line 3 
3  <head>  <head>
4  <link rel="alternate" type="application/rss+xml" title="RSS" href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">  <link rel="alternate" type="application/rss+xml" title="RSS" href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">
5  <link rel="shortcut icon" href="favicon.ico">  <link rel="shortcut icon" href="favicon.ico">
6  <title>Clonezilla-SysRescCD - Documentation: Creating a Restore DVD - Part 2</title>  <title>Clonezilla-SysRescCD - Offline Documentation: Creating a Restore DVD - Part 2</title>
7    <style type="text/css">    <style type="text/css">
8      body { font-family: Arial, 'sans serif';  color: black;  font-size: 12pt; background : url(null) fixed no-repeat; background-color: #333333; padding: 0; margin: 0; margin-top: 5px;  margin-bottom: 5px; }      body { font-family: Arial, 'sans serif';  color: black;  font-size: 12pt; background : url(null) fixed no-repeat; background-color: #333333; padding: 0; margin: 0; margin-top: 5px;  margin-bottom: 5px; }
9    
# Line 74  Line 74 
74    
75  <body>  <body>
76  <div id="header">  <div id="header">
 <div id="lphp" style=""><a target="_blank" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>  
77  <H2>Clonezilla-SysRescCD</H2>  <H2>Clonezilla-SysRescCD</H2>
78  <H3>Documentation: Creating a Restore DVD - Part 2</H3>  <H3>Offline Documentation: Creating a Restore DVD - Part 2</H3>
79    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
80      <div style="position: absolute; left: 0px;"><H4>26/03/2010 - v 3.1.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>25/05/2010 - v 3.1.0</H4></div>
81      <div style="position: absolute; right: 0px;"><H4>Last update: 18/05/2010</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 18/06/2010</H4></div>
82    </div>    </div>
83  </div>  </div>
84  <div id="linkline">  <div id="linkline">
85    
86        
87  <!--  <a href="features.html">Features</a>-->  <!--  <a href="features.html">Features</a>-->
88    <a class="here" href="../README.html">Documentation</a>    <a class="here" href="../README.html">Offline Documentation</a>
89    
90    
91    
92    
93    
   <div id="rss">  
     <a href="clonezilla-sysresccd.rss"><img src="images/rss-orange-11.png" width="30" height="14" border="0"/></a>  
   </div>  
94    <!-- docline-top-->    <!-- docline-top-->
95  <div id="docline-top">  <a href="restore.html">&lt; PREV</a>  <a href="../README.html">UP</a>  <a href="reloc-img.html">NEXT &gt;</a>  </div>  <div id="docline-top">  <a href="restore.html">&lt; PREV</a>  <a href="../README.html">UP</a>  <a href="reloc-img.html">NEXT &gt;</a>  </div>
96  </div>  </div>
# Line 200  mount /dev/<font color="Green">sdc1</fon Line 196  mount /dev/<font color="Green">sdc1</fon
196  <!--empty line-->  <!--empty line-->
197  <p>Finally, add the image file to the disc:</p>  <p>Finally, add the image file to the disc:</p>
198  <!--empty line-->  <!--empty line-->
199  <p class="newcode">growisofs -M /dev/dvd -R -J -V "<font color="Green">Backup_5-2010_hdb</font>" --publisher "<font color="Green">Your Name</font>" -graft-points /<font color="Green">Backup_5-2010_hdb</font>/=/media/usb/<font color="Green">Backup_5-2010_hdb</font></p>  <p class="newcode">growisofs -M /dev/dvd -R -J -V "<font color="Green">Backup_5-2010_hdb</font>" \<br>
200    --publisher "<font color="Green">Your Name</font>" -graft-points \<br>
201    /<font color="Green">Backup_5-2010_hdb</font>/=/media/usb/<font color="Green">Backup_5-2010_hdb</font></p>
202  <!--empty line-->  <!--empty line-->
203  <p><b>Note:</b> In the command replace <b><font color="Green">Your Name</font></b> with anything you want to be the publisher ID of the disc. If you don't want the disc to have any publisher ID, run this command instead:</p>  <p><b>Note:</b> In the command replace <b><font color="Green">Your Name</font></b> with anything you want to be the publisher ID of the disc. If you don't want the disc to have any publisher ID, run this command instead:</p>
204  <!--empty line-->  <!--empty line-->
205  <p class="newcode">growisofs -M /dev/dvd -R -J -V "<font color="Green">Backup_5-2010_hdb</font>" -graft-points /<font color="Green">Backup_5-2010_hdb</font>/=/media/usb/<font color="Green">Backup_5-2010_hdb</font></p>  <p class="newcode">growisofs -M /dev/dvd -R -J -V "<font color="Green">Backup_5-2010_hdb</font>" \<br>
206    -graft-points /<font color="Green">Backup_5-2010_hdb</font>/=/media/usb/<font color="Green">Backup_5-2010_hdb</font></p>
207  <!--empty line-->  <!--empty line-->
208  <p><img src="images/restore-20.png"><br>Here we can see the boot menu of the disc.</p>  <p><img src="images/restore-20.png"><br>Here we can see the boot menu of the disc.</p>
209    

Legend:
Removed from v.49  
changed lines
  Added in v.77

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26