[Debburn-changes] r643 - cdrkit/trunk/doc/READMEs

Eduard Bloch blade at alioth.debian.org
Wed Dec 27 18:12:37 CET 2006


Author: blade
Date: 2006-12-27 18:12:37 +0100 (Wed, 27 Dec 2006)
New Revision: 643

Modified:
   cdrkit/trunk/doc/READMEs/README.cdplus
   cdrkit/trunk/doc/READMEs/README.copy
Log:
More name conversions, dropped some adds

Modified: cdrkit/trunk/doc/READMEs/README.cdplus
===================================================================
--- cdrkit/trunk/doc/READMEs/README.cdplus	2006-12-27 17:10:22 UTC (rev 642)
+++ cdrkit/trunk/doc/READMEs/README.cdplus	2006-12-27 17:12:37 UTC (rev 643)
@@ -1,8 +1,5 @@
-wodim allows you to create multi-session CD's with all
-supported drives. wodim comes with a hacked mkisofs
-that allows you to that on even on systems that don't support
-a sectorsize 2048 Bytes (e.g. SGI IRIX and old versions of Solaris)
-or systems that don't support raw device access (e.g. OS/2 W95/W98/WNT).
+Wodim and genisoimage allow you to create multi-session CD's with all
+supported drives.
 
 According to www.cd-info.com, a CD+ is a CD with two sessions.
 The first session is an audio session, the second session a data
@@ -27,16 +24,15 @@
 To add the second session that contains the data track, you need
 to create an ISO-9660 file system that starts not at sector 0.
 
-With the current mkisofs (1.12), you must use the following method:
+With the current genisoimage, you must use the following method:
 
-
 -	First call wodim -msinfo for your prepared multi-session audio CD.
 
 	you will get something like 0,12345
 
--	Now call mkisofs:
+-	Now call genisoimage:
 
-	mkisofs -o fs.raw -C 0,12345 root_directory_for_new_cd
+	genisoimage -o fs.raw -C 0,12345 root_directory_for_new_cd
 
 	replace 0,12345 with your actual wodim -msinfo output.
 
@@ -56,7 +52,7 @@
 	wodim -msinfo ....
 	(output is e.g. 0,12345)
 
-	mkisofs -R -o cd_plus.raw -C 0,12345 root_dir_of_fs
+	genisoimage -R -o cd_plus.raw -C 0,12345 root_dir_of_fs
 
 	wodim -data cd_plus.raw
 or
@@ -64,12 +60,12 @@
 
 
 Note: If you want to create an HFS hybrid as the data track, then you must
-use the '-part' option to mkisofs. Otherwise, the data track will be mounted
+use the '-part' option to genisoimage. Otherwise, the data track will be mounted
 as an ISO9660/Joliet CD when used on a Mac.
 	
 Jörg
 
-Edited for cdrkit by Christian Fromme <kaner at strace.org>
+Edited for cdrkit by Christian Fromme <kaner at strace.org> and Eduard Bloch
 
 This describes the programs as shipped with cdrkit, a spinoff from the
 cdrtools project. However, the cdrtools developers are no longer

Modified: cdrkit/trunk/doc/READMEs/README.copy
===================================================================
--- cdrkit/trunk/doc/READMEs/README.copy	2006-12-27 17:10:22 UTC (rev 642)
+++ cdrkit/trunk/doc/READMEs/README.copy	2006-12-27 17:12:37 UTC (rev 643)
@@ -20,7 +20,7 @@
 
 I recommend to write all disks in Disk at Once mode if your drive
 is supported in DAO mode with wodim. In addition, you may wish to 
-add padding (see wodim / mkisofs man pages).
+add padding (see wodim / genisoimage man pages).
 
 If you want to copy such a CD directly with wodim, you may call:
 




More information about the Debburn-changes mailing list