Re: FTP install using ISO
- From: Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 11:38:29 -0600
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
- References:
- FTP install using ISO
- From: Fajar Priyanto
- FTP install using ISO
- Prev by Date: Re: What to do when a command isn't found?
- Next by Date: Re: Segmentation fault during upgrade
- Previous by thread: Re: FTP install using ISO
- Next by thread: kernel 2145_FC5 (like 2139_FC5) still locks up my inspiron 9200
- Index(es):
Relevant Pages
|