On 31/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Alright, how do you concenate something? I'm used to the normal .iso's you 
> mount with Daemon Tools or just open in winrar.
>

In windows from a command line:

copy /b file-a + file-b + file-c target.iso

In UNIX-like environments:

cat file-a > target.iso
cat file-b >> target.iso
cat file-c >> target.iso

If you don't do this correctly, you won't be able to boot from the
resulting iso.

-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"We don't have enough parallel universes to allow all uses of all
junction types--in the absence of quantum computing the combinatorics
are not in our favor..." --Larry Wall
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to