LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounted ISO image... but RHEL still asks for CD? (https://www.linuxquestions.org/questions/linux-newbie-8/mounted-iso-image-but-rhel-still-asks-for-cd-303757/)

guest 03-19-2005 10:18 PM

Mounted ISO image... but RHEL still asks for CD?
 
so I was able to mount successfully - like so...
mount -t iso9660 image.iso /mnt/whatever -o loop

but when i go into Add/Remove Application.. it still asks for RHEL CDs to install certain components.. is there a way around this? Thanks!

Thoreau 03-19-2005 10:22 PM

export SETUP_CDROM=/mnt/mycrap

That will make your ENV think your CD is now in that device/directory.

masonm 03-19-2005 10:41 PM

what he said

guest 03-20-2005 04:24 AM

thanks! :D btw.. is there a startup file i can edit so it launches that every time my computer starts?

Thoreau 03-20-2005 03:02 PM

Add the line to /etc/rc.d/rc.local or /etc/rc.d/boot.local in other distro's.

guest 03-24-2005 02:49 AM

hmm i tried

export SETUP_CDROM=/mnt/mycrap

and when i tried to install an RPM package.. it says:

Unable to access disk

The disk was unable to be accessed for reading. Please confirmt that it is in the drive and try again.


when i just type export alone.. it says
"declare -x SETUP_CDROM="/rheliso/rhel2"

along with tons of other lines...


how come it's not working? :(



guest 03-24-2005 10:47 PM

anybody w/ the same problem? :(


All times are GMT -5. The time now is 12:07 PM.