Re: FTP install using ISO



On Thu, Jul 06, 2006 at 04:12:11PM +0700, Fajar Priyanto wrote:
Hi all,
I have the iso file of FC5 in my FTP server. I want to do an FTP install from
it. I then use the mount -o loop file.iso command to provide the files for
installation.

The problem is that it only works for 1 iso file at a time on that particular
mount point.

Can I mount multiple iso files into one mount point at the same time?
Thanks.

You should be able to. I usually use NFS rather than FTP, but the
concepts are similar.

I take it you are using the CD isos, rather than the DVD iso. You can
mount the DVD ISO to a mount point in your FTP tree, and use that as
is. For CD ISOs, mount them all, and then run createrepo on the
lot. Do something like:

su -
<enter root's password>
cd /var/ftp/pub
mkdir fc5
cd fc5
<make mount points for CD ISOs>
<mount cds as usual>
createrepo .

The last command will create a directory, repodata. On the
installation machine, point Anaconda to /pub/fc5.

Then, once you have a working installation, make those mount points
(semi-)permanent. Then, set your core repo's base url as follows:

fedora-core.repo

[core]
name=Fedora Core $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
#mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
baseurl=ftp://<server>/pub/fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

Let us know how that works.

--

Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB

Attachment: pgpMfwMiZ9WcV.pgp
Description: PGP signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages

  • Re: CD unreadable
    ... in your post preceding this one, you were trying to mount an .iso file. ... I don't recall iso files being mentioned before; to mount such a file you ... I don't know what problem you are having with kde. ...
    (alt.os.linux.suse)
  • Re: Hard disk installation of fedora 5
    ... and mount the .iso image as a loop device, ... can loop mount your .iso there and do a network install. ... Actually the standard mechanism for hard disk installation of Red Hat ...
    (alt.os.linux.redhat)
  • Re: Hard kill a process?
    ... does not die. ... It's a loop back process from a failed mount iso ... What happen is I was trying to mount an iso CD image. ...
    (alt.os.linux)
  • Re: Im new to SUSE/Linux, here are some questions (long)
    ... I know nothing about Alcohol 120%, but the linux os allows ISO's to be ... There are 2 commands that you ... mount and umount. ... lets say you downloaded the iso image of the first CD of suse ...
    (alt.os.linux.suse)
  • Re: FTP install using ISO
    ... I have the iso file of FC5 in my FTP server. ... I want to do an FTP install ... I then use the mount -o loop file.iso command to provide the ...
    (Fedora)