Subject: Re: making a bootable CD with mkhybrid
To: Laine Stump <lainestump@rcn.com>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-users
Date: 03/20/2000 17:00:36
On Mon, 20 Mar 2000, Laine Stump wrote:

> When I try to make a bootable CD image with mkhybrid, I get the
> following error message:
> 
>     Uh oh, I cant find the boot image!
> 
> This is the command I'm using:
> 
>     mkhybrid -b /boot-big.fs -c boot.catalog -J -R -T \
>     -o /drive2/netbsd.image -x /drive2 /
> 

you have the file "boot-big.fs" in "/" (I know its a silly question, but
gotta ask).

What if you simply say "boot-big.fs" instead of "/boot-big.fs"  the
argument to -b should be relative to the source path "/" in this case.

-Dan