Robert Millan <r...@aybabtu.com> wrote:

> So if you'd like to create a GRUB bootable disk, you'd do something
> like:
>
>   cat boot.img core.img > tmp
>   mkisofs --embedded-boot tmp -o grub.iso -r somedir
>
> Of course, if you put together all the details (like building core.img and
> filling up /boot/grub structure), it gets a bit hairy, so grub-mkrescue 
> utility
> is provided with GRUB:

There is no need to implement such a nonstandard thing as mkisofs allows you to 
call:

mkisofs -V "$volid" -o xxx.iso -R -b boot/grub/stage2_eltorito -no-emul-boot 
-boot-load-size 4 -boot-info-table somedir

What benefit do you see from using your proposal?

What benefit do you see from not collaborating with the cdrtools project?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to cdwrite-requ...@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@other.debian.org

Reply via email to