#581551 genisoimage: wrong documentation for -b option

Package:
genisoimage
Source:
cdrkit
Description:
Creates ISO-9660 CD-ROM filesystem images
Submitter:
Tino Keitel
Date:
2010-05-13 15:57:04 UTC
Severity:
normal
#581551#5
Date:
2010-05-13 15:45:00 UTC
From:
To:
I tried to create an ISO image this way:

$ genisoimage  -b ../floppy.img -o dos_wdidle3_1.03.iso wdidle/
genisoimage: Uh oh, I cant find the boot image '../floppy.img' !

According to the manpage, the argument for the -b option has to be relative
to the source path, so ../floppy.img was correct.

What the manpage does not mention is that the image must be _inside_ the
source path.

So there are 2 issues:

1. the manpage uses "relative to" instead "inside"

2. the error message is pointless and misleading, because it suggests that
   the image can not be found because the file does not exist