Hi,
I've Red Hat 7.2 on my Linux machine and now want to install
Fedora Core 5 on the same Linux machine (not as a dual boot but as a
replacement).
Is it possible to *locally* mount the ISO image of FC5 on my RH 7.2
machine's hard disk and run the installation from that?
The FC5 documentation seems to say this is possible (instructions below)
but I'm worried that I'm misunderstanding since it seems odd that you can
do this.
Many thanks.
From here:
http://fedoraproject.org/wiki/Distribution/Download#head
ISO Mount Installation Question
Mounting ISO Images
If you are already running Linux, you can save an ISO image to a directory
on your machine or another machine on the network. You may then mount the
ISO image to look at or copy files. To mount an ISO image, use the
following command:
mount -o loop -t iso9660 <isofilename> <mountpoint>
In the above command replace <isofilename> and <mountpoint> with the
correct file name and mount point respectively. The directory given as the
mount point must exist.