>
> There be a '.' (or './', if you like) at the end of
> that, and yes, you
> should still be inside the cdboot directory.
>
> cd cdboot
> mkisofs -o /tmp/cdboot.iso -R \
> -b boot/grub/stage2_eltorito \
> -no-emul-boot -boot-load-size 4 \
> -boot-info-table "./"
>
Here's 5 different attempts and their results:
livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
cdboot/boot/grub/stage2_eltorit
o -no-emul-boot -boot-load-size 4 -boot-info-table
mkisofs: Missing pathspec.
Usage: mkisofs [options] file...
Use mkisofs -help
to get a list of valid options.
livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
cdboot/boot/grub/stage2_eltorit
o -no-emul-boot -boot-load-size 4 -boot-info-table .
mkisofs: Uh oh, I cant find the boot image
'cdboot/boot/grub/stage2_eltorito' !
livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
cdboot/boot/grub/stage2_eltorit
o -no-emul-boot -boot-load-size 4 -boot-info-table
"./"
mkisofs: Uh oh, I cant find the boot image
'cdboot/boot/grub/stage2_eltorito' !
livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
cdboot/boot/grub/stage2_eltorit
o -no-emul-boot -boot-load-size 4 -boot-info-table '.'
mkisofs: Uh oh, I cant find the boot image
'cdboot/boot/grub/stage2_eltorito' !
livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
cdboot/boot/grub/stage2_eltorit
o -no-emul-boot -boot-load-size 4 -boot-info-table
'./'
mkisofs: Uh oh, I cant find the boot image
'cdboot/boot/grub/stage2_eltorito' !
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list