The format of the bootable DVD and CD 1 of Solaris 10 U6 sparc has changed from previous Solaris 10 update's sparc media, it now seems to be more like the x86 format, can anyone provide the new/specific mkisofs command to use to recreate (modified version) a sparc bootable ISO image file of these from their "unloaded" directory paths, I'm guessing the mkisofs command is going to be similiar what's used for recreating Solaris 10 x86 DVD and CD1.
[Dukes Earned 25] alanst
Posts:132
Registered: 1/30/07
Re: How to create ISO images for Solaris 10 U6 (10/08) SPARC CD 1 and DVD
2008-11-21 ??7:47 (reply 1 of 3) (In reply to original post )
Click to email this message
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
mkisofs version is: 2.01.01a38
-- Alan
阅读(2297) | 评论(0) | 转发(0) |