From 28a6bb2db97ab887d79e66b40b449a6fccc177a2 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 17 Jun 2008 10:45:58 -0400 Subject: Remove support for RHupdates. updates.img is the way to go now. --- docs/anaconda-release-notes.txt | 6 ++---- docs/install-methods.txt | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/anaconda-release-notes.txt b/docs/anaconda-release-notes.txt index 5ace02bce..167411cb1 100644 --- a/docs/anaconda-release-notes.txt +++ b/docs/anaconda-release-notes.txt @@ -121,10 +121,8 @@ the main directory of the floppy. The installer is invoked with an 'updates' option from the boot command line, and the user is prompted to insert the update disk. The files are copied off into a ramdisk location which Python has been instructed to look at first of modules. -For NFS installes, any files in the directory 'RHupdates' under the -directory mounted in the loader will also be used before the source -files shipped in the release. If one is customizing the distribution -and the installer then installing over NFS is the fastest way to work. +If one is customizing the distribution and the installer then installing +over NFS is the fastest way to work. The installer will also use an 'updates.img' file to get patched source files. This is particularly useful for FTP and HTTP based installs. diff --git a/docs/install-methods.txt b/docs/install-methods.txt index 07abd253d..b630946b4 100644 --- a/docs/install-methods.txt +++ b/docs/install-methods.txt @@ -57,8 +57,6 @@ Current Installation Methods: Update Options: - floppy or USB key drive. - 'updates.img' file in 'images/' directory. - - updated python sources or modules in 'RHupdates/' directory are - used in preference to those in original. - remote updates.img downloaded via FTP or HTTP. - NFS (from a directory of ISOs) -- cgit