barjunk (barjunk@xxxxxxxxxxxxx) said: > Based on the release notes of 7.3 it seems they may have moved the > RHupdates directory to just updates...anyone want to confirm or deny > that? at first glance it appears as though nothing has changed with regard to RHupdates: cat ~/rpm/SOURCES/anaconda-7.3/loader/loader.c | grep RHupdates setenv("PYTHONPATH", "/tmp/updates:/mnt/source/RHupdates", 1); else if (!access("/mnt/source/RHupdates/anaconda", X_OK)) *argptr++ = "/mnt/source/RHupdates/anaconda"; cat ~/rpm/SOURCES/anaconda-7.2/loader/loader.c | grep RHupdates setenv("PYTHONPATH", "/tmp/updates:/mnt/source/RHupdates", 1); else if (!access("/mnt/source/RHupdates/anaconda", X_OK)) *argptr++ = "/mnt/source/RHupdates/anaconda"; However, it does look like they officially added the ability to place an 'updates.img' in RedHat/base/ as opposed to having uncompressed files in RHupdates/ Mike