Re: [techtalk] .iso format

2000-01-27 Thread moebius
Hey Cat, Thanks for that info. What I can't seem to find is whether the iso is a compressed filesystem or not. It seems from the size that it is compressed. Does anyone know where I can find docs on this. Thanks, Harry Quoting The Cat In The Hat <[EMAIL PROTECTED]>: > >mount -t iso9660 /red

Re: [techtalk] .iso format

2000-01-27 Thread coder
[EMAIL PROTECTED] wrote: > > Hey All, > I was wondering if anyone has any info about the iso > images (such as RedHat ftp site). I want to build a RH > distro that already includes security and bugfixes. I am > under the impression that the .iso images copies onto > the CD which also make it bo

Re: [techtalk] .iso format

2000-01-27 Thread The Cat In The Hat
>mount -t iso9660 /redhat/iso/location /mnt/rh-iso Actually what you are looking for to mount an ISO is mount -t iso9660 -o loop=/dev/loop1 /redhat/iso/location /mnt/rh-iso The only way I am aware that you can make changes to what is in an ISO is to copy the files from the mounted ISO to anothe

Re: [techtalk] .iso format

2000-01-26 Thread Nicole Zimmerman
You could download the ISO to your hard drive, mount it as an ISO filesystem and write the updates to it before you burn it to CD. man mount says: The standard form of the mount command, is mount -t type device dir -w Mount the file system read/write. This is the defau

Re: [techtalk] .iso format

2000-01-26 Thread Laurel Fan
I'm not sure if I understand your question, but perhaps the CD Writing HOWTO would help. http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO-4.html#ss4.11 [EMAIL PROTECTED] http://www.linuxchix.org

[techtalk] .iso format

2000-01-26 Thread moebius
Hey All, I was wondering if anyone has any info about the iso images (such as RedHat ftp site). I want to build a RH distro that already includes security and bugfixes. I am under the impression that the .iso images copies onto the CD which also make it bootable. Anybody?? Thanks, Harry Hof