On 12/03/08 10:16, Jean McCormack wrote:
> Im trying to create a sparc iso. From reading the man page for mkisofs,
> the -b boot/grub/state2-eltorito flag
> we specify for an x86 image needs to be replace by -B or -sparc-boot. If
> wer'e building for sun4v what
> boot image do I specify here? The options listed are
> img_sun4,img_sun4c,img_sun4m,img_sun4d,img_sun4e
> none of which seem right.
>
> Jean
> _______________________________________________
> caiman-discuss mailing list
> caiman-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>
Hi Jean -
I saw this on the developers forum a couple of days ago.....
Here is the command line for SPARC:
/usr/bin/mkisofs -G /path/to/image/boot/hsfs.bootblock -B ... -l -ldots -R -N
-D -V SOL_10_1008_SPARC -o /destination/solarisdvd.iso /path/to/image
For comparison, x86:
/usr/bin/mkisofs -b boot/grub/stage2_eltorito -c .catalog -no-emul-boot
-boot-load-size 4 -boot-info-table -relaxed-filenames -l -ldots -r -N -d -D -V
SOL_10_1008_X86 -o /destination/solarisdvd.iso /path/to/image/solarisdvd.product
--
Ginnie