Comment 11 for bug 1914587

Revision history for this message
Thomas Schmitt (scdbackup) wrote :

Hi,

> /usr/bin/mkisofs -r [...]

If xorriso shall be used, then the following HFS-specific options need
to be omitted:

  --netatalk
  -hfs
  -probe
  -map /srv/cdimage.ubuntu.com/debian-cd/data/hfs.map
  -part
  -no-desktop
  -hfs-bless CD1/install
  -hfs-volid Ubuntu-Server_PPC64EL_focal

Further option -sort is not supported.

  -sort /srv/cdimage.ubuntu.com/scratch/ubuntu-server/focal/daily-live/tmp/focal-ppc64el/1.weights

There is xorrisofs option

  --sort-weight-list disk_path

But the sequence of number and path in the file "disk_path" is reversed
in comparison to mkisofs -sort.
I wonder why file content sorting is applied at all. The classic reason to
avoid an old (and hopefully fixed) bug of ISOLINUX does not apply here.

Have a nice day :)

Thomas