Re: how do I expand an iso image on linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



duncan wrote:
So I want to pull-down new ISO images, and extract them directly on my Linux server dedicated to kickstart, but I don't know how to expand the ISO images on linux.

Use the `-o loop` option to mount:

mount -o loop whatever.iso /mnt/iso

(/mnt/iso must be a directory--you can change this to any directory)

Then you can copy the files to the place that you want:

cp -a /mnt/iso/* /redhat/
cp .discinfo /redhat/

Repeat these three steps for each of the three CDs.

Forrest
--





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux