bug-xorriso
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-xorriso] xorriso help


From: Thomas Schmitt
Subject: Re: [Bug-xorriso] xorriso help
Date: Tue, 26 Apr 2016 08:21:26 +0200

Hi,

phillip beckford wrote:
> grub-mkrescue -o mkisofs -as -j -iso-level 3 "${WORK}"/live-cd.iso "${CD}"

The arguments "-as" and "mkisofs" get generated by grub-mkrescue.
You do not have to give them to grub-mkrescue. Actually when xorriso
is already in mkisofs emulation mode, it does not recognize "-as".

The option "-o" is interpreted by both, grub-mkrescue and xorriso.
It needs the path for the emerging ISO image as next argument.
You squeezed "mkisofs -as -j -iso-level 3" inbetween. This is wrong.

There is no option "-j" in xorriso's mkisofs emulation.
I assume you meant "-J" in order to produce Joliet information.

Try this

  grub-mkrescue -o "${WORK}"/live-cd.iso "${CD}" -J -iso-level 3

or if you have the intermediate grub-mkrescue version:

  grub-mkrescue -o "${WORK}"/live-cd.iso "${CD}" -- -J -iso-level 3

(The second variant will complain about unknown command -J if
 you have the old or the new version of grub-mkrescue.)


Have a nice day :)

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]