Bug 31237

Summary: RFE: Allow FTP/HTTP installs from loopback mounted ISOs
Product: [Retired] Red Hat Linux Reporter: Jeff Norden <jeff>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-11 20:15:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Norden 2001-03-09 22:02:07 UTC
First (and this isn't a bug) the installer now needs *both* cdroms for even
a simple workstation install.  Since this is a big change from 7.0, I hope
that it will be prominently mentioned in the "what's new" section when 7.1
is officially released.

I tried to do a network install using ftp from a server where the
iso-images of the disks are mounted via the loopback device.  When the
install got to the point of looking for packages from the second cd, it
just hung up.  Switching to console-3 showed it was simply in an infinite
loop of trying to retrieve tetex-latex.rpm over and over.  It should
eventually give up and give the naive user some sort of error message. 
Even better, it could inform the user of the missing package and ask for an
alternative location to try to find it.  Better yet, the installer could
also allow the user to specify multiple install directories right from the
start.

BTW - it is still possible to do a network install via ftp without
"unpacking" the iso images.  Just mount each of them on a separate
directory and then create a third directory which consists of symbolic
links into the two iso-image directories.  I tried this and it worked fine.

Comment 1 Michael Fulbright 2001-03-09 23:11:30 UTC
The request for handling this case has been added to a future feature list.

If you copy both CDs into a single NFS directory, everything proceeds ok?

Comment 2 Jeff Norden 2001-03-17 18:23:14 UTC
Unfortunately, I haven't tried an NFS install.  I'm sure that FTP would will
work if you copy both CD's into a single directory.  I did an ftp install by a
slightly different method.  I already had both iso-images on the server and
didn't want to use up an additional 1.2gig by copying the files from the images
into a directory.  I mounted the iso's onto directories disc1/ and disc2/, and
then did the following steps:

1) mkdir install/; cd install/; ln -s ../disc1/* .
   ( now install/ is equivalent to disc1/ )
2) rm RedHat; mkdir RedHat; cd RedHat; ln -s ../../disc1/RedHat/* .
   ( install/ and disc1/ are still equiv, but RedHat isn't a symlink )
3) rm RPMS; mkdir RPMS; cd RPMS; ln -s ../../../disc[12]/RedHat/RPMS/* .
   ( now install/ has symlinks for the RPMS from both disks )

I then did an ftp install from the install/ directory, and everything worked
perfectly.

---

I did notice that the current "install guide" still mentions doing an NFS
install from a remotely mounted CDROM drive.  I wonder if this works correctly -
i.e., is the user prompted to change the CD, and will it be possible to umount
the cd and then mount the second CD on the server machine?


Comment 3 Michael Fulbright 2001-03-20 17:13:30 UTC
Thanks for the information.  We have thought about making it possible to mount
the ISOs individually and allows installs remotely, we just haven't had time to
work on this.

I'm deferring this for future consideration.

Comment 4 Michael Fulbright 2001-04-11 20:15:19 UTC

*** This bug has been marked as a duplicate of 29811 ***