public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] making an 'iso' file
@ 2002-09-17 15:08 Jungmin Seo
  2002-09-17 18:20 ` Greg Corcoran
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jungmin Seo @ 2002-09-17 15:08 UTC (permalink / raw
  To: gentoo-dev

hi,

i am, at the moment, wrinting an article about gentoo for a linux 
magazine in korea.
However, i am trying to make an 'iso' file with both 1.2 and 1.4 stage 
files.  This
is the first time to make an iso file, so that i need help from you..

what would be the best way to do it? and i would like to know how to do 
it..

i was going to add 1.4rc's stage files to a 1.2 iso, but i do not know 
howto.

thanks for your help in advance.. (it is quite urgent :)

J Seo



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] making an 'iso' file
  2002-09-17 15:08 [gentoo-dev] making an 'iso' file Jungmin Seo
@ 2002-09-17 18:20 ` Greg Corcoran
  2002-09-17 19:51 ` Fred Van Andel
  2002-09-17 20:01 ` Christian Bartl
  2 siblings, 0 replies; 5+ messages in thread
From: Greg Corcoran @ 2002-09-17 18:20 UTC (permalink / raw
  To: Jungmin Seo; +Cc: gentoo-dev

If you don't want to bother with loopbacks and other command line stuff
I find that CDBakeOven works well for this.

emerge cdbakeoven

This is a KDE CD Burner but you can use it to just create ISOs too.

Greg


On Tue, 2002-09-17 at 08:08, Jungmin Seo wrote:
> hi,
> 
> i am, at the moment, wrinting an article about gentoo for a linux 
> magazine in korea.
> However, i am trying to make an 'iso' file with both 1.2 and 1.4 stage 
> files.  This
> is the first time to make an iso file, so that i need help from you..
> 
> what would be the best way to do it? and i would like to know how to do 
> it..
> 
> i was going to add 1.4rc's stage files to a 1.2 iso, but i do not know 
> howto.
> 
> thanks for your help in advance.. (it is quite urgent :)
> 
> J Seo
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] making an 'iso' file
  2002-09-17 15:08 [gentoo-dev] making an 'iso' file Jungmin Seo
  2002-09-17 18:20 ` Greg Corcoran
@ 2002-09-17 19:51 ` Fred Van Andel
  2002-09-17 20:01 ` Christian Bartl
  2 siblings, 0 replies; 5+ messages in thread
From: Fred Van Andel @ 2002-09-17 19:51 UTC (permalink / raw
  To: Jungmin Seo, gentoo-dev

At 12:08 AM 9/18/02 +0900, you wrote:
>hi,
>
>i am, at the moment, wrinting an article about gentoo for a linux magazine 
>in korea.
>However, i am trying to make an 'iso' file with both 1.2 and 1.4 stage 
>files.  This
>is the first time to make an iso file, so that i need help from you..
>
>what would be the best way to do it? and i would like to know how to do it..
>
>i was going to add 1.4rc's stage files to a 1.2 iso, but i do not know howto.
>
>thanks for your help in advance.. (it is quite urgent :)
>
>J Seo
I use:
       mkisofs -joliet -o /name/of/iso/file.iso -log-file 
/name/of/log/file.log -rock -volid volume-name-here /name/of/data/directory
or at a minimum:
       mkisofs -joliet -o /name/of/iso/file.iso  /name/of/data/directory
however i recommend adding both -rock and -joliet
       -rock will add unix specific info such as uid/gid permissions etc
       -joliet will generate file/directroy names that are more friendly to 
windows.
More info can be found in the man files.

Fred Van Andel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] making an 'iso' file
  2002-09-17 15:08 [gentoo-dev] making an 'iso' file Jungmin Seo
  2002-09-17 18:20 ` Greg Corcoran
  2002-09-17 19:51 ` Fred Van Andel
@ 2002-09-17 20:01 ` Christian Bartl
  2002-09-18 10:14   ` Fredrik Jagenheim
  2 siblings, 1 reply; 5+ messages in thread
From: Christian Bartl @ 2002-09-17 20:01 UTC (permalink / raw
  To: gentoo-dev

Does 'dd -if=/dev/cdrom -of=foo.iso' create an iso-image?
if no, are there any specification how iso-images have to look like
(header ...)?

christian

On Tue, 2002-09-17 at 17:08, Jungmin Seo wrote:
> hi,
> 
> i am, at the moment, wrinting an article about gentoo for a linux 
> magazine in korea.
> However, i am trying to make an 'iso' file with both 1.2 and 1.4 stage 
> files.  This
> is the first time to make an iso file, so that i need help from you..
> 
> what would be the best way to do it? and i would like to know how to do 
> it..
> 
> i was going to add 1.4rc's stage files to a 1.2 iso, but i do not know 
> howto.
> 
> thanks for your help in advance.. (it is quite urgent :)
> 
> J Seo
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] making an 'iso' file
  2002-09-17 20:01 ` Christian Bartl
@ 2002-09-18 10:14   ` Fredrik Jagenheim
  0 siblings, 0 replies; 5+ messages in thread
From: Fredrik Jagenheim @ 2002-09-18 10:14 UTC (permalink / raw
  To: gentoo-dev

On Tue, Sep 17, 2002 at 10:01:36PM +0200, Christian Bartl wrote:
> Does 'dd -if=/dev/cdrom -of=foo.iso' create an iso-image?

Yes, if you have a CDROM in your drive that is. What this command does
is a byte for byte copy of the image on the /dev/cdrom, which if you
have an CD in your drive, usually means you will end up with an iso
image in 'foo.iso'.

I will ofcourse not create an iso-image from scratch for you.

> if no, are there any specification how iso-images have to look like
> (header ...)?

Yes, there are specifications for both the main iso layout (Red Book,
IIRC. Some color anyway) and the various extensions (Joliet,
rockridge). For more information, I guess 'mkisofs' source is a safe
bet. ;)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-18 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-17 15:08 [gentoo-dev] making an 'iso' file Jungmin Seo
2002-09-17 18:20 ` Greg Corcoran
2002-09-17 19:51 ` Fred Van Andel
2002-09-17 20:01 ` Christian Bartl
2002-09-18 10:14   ` Fredrik Jagenheim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox