Package: genisoimage Version: 9:1.1.11-2 Hello,
genisoimage's -sort option just does not do anything.
Trying the example from README.sort and applying
isoinfo -l
or
isoinfo -f
on the resulting image reveals the files are just ordered
alphabetically, and the sort-file order took no effect at all.
Example:
holbe@darkside:/tmp/1% find cd_dir
cd_dir
cd_dir/dir1
cd_dir/dir1/A
cd_dir/dir1/B
cd_dir/dir1/C
cd_dir/dir2
cd_dir/dir2/X
cd_dir/dir2/Y
cd_dir/dir2/Z
holbe@darkside:/tmp/1% cat sort_file
cd_dir/dir2 1000
cd_dir/dir2/Y 2000
cd_dir/dir1/B -2000
cd_dir/dir1/A -8000
holbe@darkside:/tmp/1% rm -f cdimage.iso
holbe@darkside:/tmp/1% genisoimage -o cdimage.iso -sort sort_file cd_dir
I: -input-charset not specified, using iso-8859-15 (detected in locale settings)
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 4096
Path table size(bytes): 34
Max brk space used 19000
176 extents written (0 MB)
holbe@darkside:/tmp/1% isoinfo -i cdimage.iso -f
/DIR1
/DIR2
/DIR1/A.;1
/DIR1/B.;1
/DIR1/C.;1
/DIR2/X.;1
/DIR2/Y.;1
/DIR2/Z.;1
holbe@darkside:/tmp/1%
This is most likely something to forward upstream.
Thanks for your work & regards
Mario
--
Oh Du mein Koenig ... Eine Netzgroesse schrieb mal sinngemaess:
Du musst es so lesen wie ich es meine, nicht so wie ich es schreibe.
Ich meine es natuerlich so, wie Du es schreibst 8--)
-- O.G. Schwenk in de.comm.chatsystems
signature.asc
Description: Digital signature

