On Fri, Sep 26, 2008 at 11:18 AM, Joerg Schilling <[EMAIL PROTECTED]> wrote: > "Andrey Vul" <[EMAIL PROTECTED]> wrote: > >> On Fri, Sep 26, 2008 at 2:34 AM, Sebastian Günther >> <[EMAIL PROTECTED]> wrote: >> > * Andrey Vul ([EMAIL PROTECTED]) [26.09.08 04:45]: >> >> On Thu, Sep 25, 2008 at 4:23 AM, Joerg Schilling >> >> <[EMAIL PROTECTED]> wrote: >> >> > "Andrey Vul" <[EMAIL PROTECTED]> wrote: >> >> > >> >> >> Also, AFAIK UDF doesn't support embedded control characters in files >> >> >> (i.e. Icon\r). >> >> > >> >> > This claim is of course wrong. >> >> I beg to differ. >> >> Output of ls -Alh in the Installer.app dir is supposed to show >> >> "Icon?". UDF image shows "Icon_" instead. >> > ^ >> > Are completely sure that this is a question mark? >> ls converts control characters into question marks unless -b is specified. > > ls does not mark \r this way, gls may do..... Still, "ls -Ab" on the dmg file does not match "ls -Ab" on the remastered ISO. I.e.: [EMAIL PROTECTED] ~ $ ls -b /mnt/iso0/InstallFinale.app/ Contents Icon\r [EMAIL PROTECTED] ~ $ ls -b /mnt/iso1/InstallFinale.app/ Contents Icon_ , where /mnt/iso1 is the folowing: mkisofs -o fin2k9.iso -udf -iso-level 4 -V "Finale 2009" /mnt/iso0 && sudo mount fin2k9.iso /mnt/iso1 -o loop
Unless there's a mkisofs option that does not convert "low ASCII" to _, I'm stuck to using HFS+ (since I have paths > 31 characters). -- Andrey Vul