Sponsored Content
Full Discussion: burning Solaris 8 images
Top Forums UNIX for Dummies Questions & Answers burning Solaris 8 images Post 3008 by cubchubby on Saturday 16th of June 2001 09:46:29 AM
Old 06-16-2001
Yes....rename the file with an .iso extension.
In EasyCD you select create cd from image in the
file menu....I think....I'm not looking at EasyCD
now. It tells you on the download instruction
page.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Burning

Hi, I've been tring to find a burning program for Solaris 7. I haven't had to much luck on this so far. What is a program I can use for burning on solaris 7? Thx in advanced. :) (3 Replies)
Discussion started by: merlin
3 Replies

2. Windows & DOS: Issues & Discussions

Burning ISO of Solaris 9

Hello, This is my first time setting up a Unix system, and I'm very excited to do so, but I'm run into some problems from the get go! I downloaded Solaris 9 (I specifically need this version of Unix, as I'm gunning for a better position in my company), and got a bz2 compressed image. I intend... (3 Replies)
Discussion started by: skeet23
3 Replies

3. UNIX for Dummies Questions & Answers

How to create ghost images of a Solaris system?

Please excuse me if I asked some stupid questions. I know this has been asked and answered, but I didn't get the answer I need yet. How do I create a ghost image of a Solaris system? And if I can do so, how do I restore it? The purpose is (just like in Windows) to restore a clean system when... (3 Replies)
Discussion started by: correro
3 Replies

4. Solaris

solaris 8 images

I need a set of CD's for solaris 8 , but for THE PC. if someone could direct where to either download them or share them with me, that would be great. I need to repair a system here for legacy purposes. (2 Replies)
Discussion started by: frankkahle
2 Replies

5. Solaris

Burning Solaris 9 Installation ISOs to bootable CDs

Hi everyone, Im new to Solaris and am just about to install Solaris 9 on an old Sparc based machine with Solaris 8. My friend gave me the ISOs for V9, and now, i have them sitting on my Vista, and i have to start writing bootable CDs of the same. But Im not quite sure how to go about doing... (4 Replies)
Discussion started by: agummad
4 Replies

6. Solaris

Solaris 8 02/04 CD images

Hi all friends of the Forum, i want to ask you if someone would be so kind to provide me the links for Solaris 8 02/04 CD images.. (I can't find them in the Net, maybe my google-fu is weak) (Also i don't have an Oracle Solaris support contract so i can't download them from their site) ... (0 Replies)
Discussion started by: mk2soldier
0 Replies

7. Shell Programming and Scripting

Bash Script to find/sort/move images/duplicate images from USB drive

Ultimately, I'm looking to create a script that allows me to plug in a usb drive with lots of jpegs on it & copy them over to a folder on my hard drive. So in the process of copying I am looking to hash check them, record dupes to a file, copy only 1 of the identical files (if it doesn't exsist... (1 Reply)
Discussion started by: JonaQuinn
1 Replies
MKIMAGE(1)						      General Commands Manual							MKIMAGE(1)

NAME
mkimage - Create an ISO image from jigdo files SYNOPSIS
mkimage -j igdo -t emplate [options]... mkimage -t emplate -z [options]... mkimage -f d5-list -t emplate -M issing-list [options]... DESCRIPTION
mkimage knows how to parse a jigdo template file, commonly used when creating Debian CDs and DVDs. It can be used to actually convert a template file and associated files into an ISO image (hence the name mkimage), or with some command line options it will output useful information about the template file instead. -t template file The jigdo .template file is the most important thing that mkimage needs, and must be specified for all operations. -j jigdo file The jigdo .jigdo file will normally acompany the .template file. To rebuild the image you must specify at least one of the jigdo file and an MD5 file (-f). -f MD5 file A file listing files available locally and their MD5 sums, in the same format as used by genisoimage: MD5sum File size Path 32 chars 12 chars to end of line The MD5sum must be written in standard hexadecimal notation, the file size must list the size of the file in bytes, and the path must list the absolute path to the file. For example: 00006dcd58ff0756c36d2efae21be376 14736 /mirror/debian/file1 000635c69b254a1be8badcec3a8d05c1 211822 /mirror/debian/file2 00083436a3899a09633fc1026ef1e66e 22762 /mirror/debian/file3 To rebuild an image you must specify at least one of the MD5 file and a jigdo file (-j). -m item=path Used in conjunction with a jigdo file; specify where mkimage should look on the local filesystem to find the files it needs to make an image. (e.g. "Debian=/mirror/debian"). -M missing file If you're not sure if you have all the files needs to create an image, specify both the jigdo file and an MD5 file along with the template file and -M <file>. mkimage will check to see that all the files are available instead of building the image. Any files that are missing will be listed in the file specified here. See jigit for usage examples. -v Make mkimage more verbose. Additional -v arguments will make it more verbose again. Default level is 0 (almost no output). 1 will print progress in % while the image is being created; 2 will list every file and data block that is appended to the image. -l logfile mkimage will normally write to stderr when it reports progress. Specify a logfile (or /dev/null) if you want it elsewhere. -O Skip checking the validity of specified jigdo files. mkimage will normally check for the "JigsawDownload" header as a sanity check, but some very old jigdo files produced by Debian pre-dated the addition of this header. -o outfile mkimage will normally write the ISO image to stdout, ready for piping into cdrecord or to iso-image.pl. Specify an output filename if you want it written to disk instead. -q mkimage will normally check the MD5 sum of every file it reads and writes, and will fail if it finds any mismatches. Specify -q to tell it not to. This will normally run more quickly, but can leave you with a broken image so is POTENTIALLY DANGEROUS. Use with care! -s start offset Rather than start at the beginning of the image, skip to the specified offset and start output there. Probably only useful in iso- image.pl when resuming a download. Specifying a non-zero offset also implies -q, as it's difficult to check MD5 sums when you're not checking the whole image. -e end offset Rather than end at the end of the image, stop at the specified offset. Probably only useful in iso-image.pl when resuming a download. Specifying an end offset also implies -q, as it's difficult to check MD5 sums when you're not checking the whole image. -z Simply parse the template file and print the size of the image that would be generated, in bytes. Only needs the template file to be specified, any other arguments will ignored. EXAMPLES
mkimage -f MD5 -j test.jigdo -t test.template -M missing Read in the files MD5, test.jigdo and test.template and check if all the needed files are available. If any are missing, list them in missing. mkimage -z -t test.template Find out how big the ISO image would be from expanding test.template. mkimage -v -f MD5 -t test.template -o test.iso Build the iso image in test.iso, using files listed in MD5 to fill in what's needed by the template file test.template. Show progress as the image is built. SEE ALSO
jigdo-file(1), jigit(1), jigsum(1) and jigdump(1). COPYRIGHT
Copyright 2004 Steve McIntyre (steve@einval.com) mkimage may be copied under the terms and conditions of version 2 of the GNU General Public License, as published by the Free Software Foundation (Cambridge, MA, USA). AUTHOR
Written by Steve McIntyre (steve@einval.com) Jigit jigdo tools September 2004 MKIMAGE(1)
All times are GMT -4. The time now is 09:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy