[Pkg-opt-media-team] Bug#565874: some more info on using growisofs with xorriso

George Danchev danchev at spnet.net
Thu Sep 2 18:08:36 UTC 2010


Hi,

Few more gestures which might be worth documenting in README.Debian, if you 
eventually plan to prepare a new upload for squeeze.

If you want to use growisofs with xorriso for yourself, here is a possible 
procedure:

Xorriso respects several names in argv[0], and changes its personality 
accordingly, where 'xorrisofs' means emulating mkisofs options, and 
'xorrecord' resp. cdrecord options. Therefore it is possible to introduce 
'xorrisofs' symlink pointing to xorriso (if it does not already exists on your 
system), and call it that way via 'xorrisofs' so it handles same options like 
mkisofs. The only exception is that xorriso does not produce DVD video images 
yet, because it does not emulate -udf and -dvd-video optons of mkisofs.

$ ln -s /usr/bin/xorriso "$HOME/xorrisofs"
$ export GENISOIMAGE="$HOME/xorrisofs"

Now, growisofs will call xorrisofs which points to xorriso, which in turn will 
behave like mkisofs, options-wise, except for -udf and -dvd-video.

$ growisofs -Z /dev/dvd /some/files
$ growisofs -M /dev/dvd /more/files

P.S. Yes, I know it is xorriso package' job to provide these links in 
/usr/bin, so we might eventually upload that before or after squeeze, not 
decided yet.

-- 
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>





More information about the Pkg-opt-media-team mailing list