On 16.01.2014 15:53, Colin Watson wrote: > On Thu, Jan 16, 2014 at 03:05:44PM +0100, Thomas Schmitt wrote: >> Hi, >> >>> + mkrescue_args="${mkrescue_args} -- -no-pad" >> >> This "--" is most probably not what you want. > [...] >> mkrescue_args="${mkrescue_args} -no-pad" > > This doesn't work for me: > > + pkgdatadir=. ./grub-mkrescue --output=/tmp/tmp.NiHozwqHYv --override-directory=./grub-core --rom-directory=/tmp/tmp.Z4Kx63yul8 --themes-directory=../../themes --compress=xz --fonts= --locales= --themes= -no-pad /boot/grub/grub.cfg=/tmp/tmp.pEYe6QbufK /boot/grub/testcase.cfg=/tmp/tmp.8OxC8koxHb > ./grub-mkrescue: invalid option -- 'n' > Try 'grub-mkrescue --help' or 'grub-mkrescue --usage' for more information. > Hm, that's annoying that xorrisofs has single-dash long parameters. Perhaps we shouldn't use argp for parsing arguments in mkrescue but own, simpler code. > Thanks, >