Subject: Re: Adding cd9660 support to the i386/amd64 BIOS bootloader
To: Bang Jun-Young <junyoung@netbsd.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-install
Date: 06/22/2005 11:50:58
On Wed, 22 Jun 2005, Bang Jun-Young wrote:
> Oh, I forgot to update the manpage. Here is a quick mkisofs guide:
>
> [junyoung@krishna cdboot]$ ls -l
> total 3514
> -rwxr-xr-x  1 junyoung  junyoung    56444 Jun 22 15:10 boot
> -rwxr-xr-x  1 junyoung  junyoung     2048 Jun 15 15:14 cdboot
> -rwxr-xr-x  1 junyoung  junyoung  3526112 Jun 13 03:31 netbsd.gz
> [junyoung@krishna cdboot]$ mkisofs -r -J -b cdboot -no-emul-boot -o ~/cdboot.iso .
>
> -r and -J are not required, but -no-emul-boot is.

Please put that into the cdboot(4?) manpage, we'll definitely forget it 
otherwise. :) Maybe David wants to take it into the "makefs -t cd9660" 
documentation too, when he's there.


  - Hubert