laser-disk.rst
changeset 720 cf967470ce35
parent 641 2edae7cd9bcd
child 721 c85a44c2fec3
equal deleted inserted replaced
719:6e078a75dcb3 720:cf967470ce35
    87 See
    87 See
    88 
    88 
    89   http://www.cdrkit.org/
    89   http://www.cdrkit.org/
    90   http://en.wikipedia.org/wiki/Cdrkit
    90   http://en.wikipedia.org/wiki/Cdrkit
    91 
    91 
    92 *** Installation.
    92 *** Installing.
       
    93 
       
    94 Debian:
    93 
    95 
    94   $ sudo apt-get install wodim genisoimage
    96   $ sudo apt-get install wodim genisoimage
       
    97 
       
    98 Cygwin:
       
    99 
       
   100   $ setup -p cdrkit
    95 
   101 
    96 *** Make iso image.
   102 *** Make iso image.
    97 
   103 
    98   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
   104   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
    99 
   105 
   111 See
   117 See
   112 
   118 
   113   http://scdbackup.sourceforge.net/cdrskin_eng.html
   119   http://scdbackup.sourceforge.net/cdrskin_eng.html
   114   http://en.wikipedia.org/wiki/Cdrskin
   120   http://en.wikipedia.org/wiki/Cdrskin
   115 
   121 
   116 *** Installation.
   122 *** Installing.
   117 
   123 
   118   $ sudo apt-get install cdrskin
   124   $ sudo apt-get install cdrskin
   119 
   125 
   120 ** xorriso.
   126 ** xorriso.
   121 
   127 
   128 
   134 
   129 See
   135 See
   130 
   136 
   131   http://scdbackup.webframe.org/xorriso_eng.html
   137   http://scdbackup.webframe.org/xorriso_eng.html
   132   http://en.wikipedia.org/wiki/xorriso
   138   http://en.wikipedia.org/wiki/xorriso
       
   139 
       
   140 ** wodim.
       
   141 
       
   142 *** Installing.
       
   143 
       
   144 Debian:
       
   145 
       
   146   $ sudo apt-get install wodim
       
   147 
       
   148 Cygwin (cdrecord is symlink to wodim):
       
   149 
       
   150   $ setup.exe -p wodim
       
   151 
       
   152 ** genisoimage.
       
   153 
       
   154 *** Installing.
       
   155 
       
   156 Cygwin (mkisofs is symlink to genisoimage):
       
   157 
       
   158   $ setup.exe -p genisoimage
       
   159