maxim wexler wrote:

>>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' !
>  
>

That should be "-b boot/grub/stage2_eltorito"...so take the 'cdboot' off
the front of that.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to