diff options
author | Mike Fulbright <msf@redhat.com> | 2002-02-25 21:47:53 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-02-25 21:47:53 +0000 |
commit | 66300541d305983954a99ff186a53e7656bdb52c (patch) | |
tree | 3bd0dc42eb42ad1416a01d636908eeea9bfd26b1 | |
parent | 9c40ec40c82c69180514d6b2d113d39315de93a0 (diff) | |
download | anaconda-66300541d305983954a99ff186a53e7656bdb52c.tar.gz anaconda-66300541d305983954a99ff186a53e7656bdb52c.tar.xz anaconda-66300541d305983954a99ff186a53e7656bdb52c.zip |
added jeremys suggestions
-rw-r--r-- | docs/install-methods.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/install-methods.txt b/docs/install-methods.txt index 42a82381d..5e0154ae7 100644 --- a/docs/install-methods.txt +++ b/docs/install-methods.txt @@ -18,8 +18,8 @@ Notes: - all paths without a leading '/' are relative to directory specified to installer containing install source. - - 'updates.img' is a ext2 filesystem containing the updated sources and - shared libraries for anaconda. + - 'updates.img' is a ext2 filesystem containing the updated python + sources and modules for anaconda. Current Installation Methods: ----------------------------- @@ -33,7 +33,8 @@ Current Installation Methods: Update Options: - floppy. - - 'updates.img' file in '/RedHat/base' directory of CD #1 image. + - 'updates.img' file in '/RedHat/base' or '/RHupdates' directory + of CD #1 image. - NFS (from a fully exploded tree) ---------------------------------- @@ -43,8 +44,8 @@ Current Installation Methods: Update Options: - floppy. - - 'updates.img' file in 'RedHat/base' or 'RHupdates/' directory. - - updated python or shared libs in 'RHupdates/' directory are + - 'updates.img' file in 'RedHat/base' directory. + - updated python sources or modules in 'RHupdates/' directory are used in preference to those in original. - NFS (from a directory of ISOs) @@ -55,8 +56,8 @@ Current Installation Methods: Update Options: - floppy - - 'updates.img' file in 'RedHat/base' or 'RHupdates/' directory - - updated python or shared libs in 'RHupdates/' directory are + - 'updates.img' file in 'RedHat/base' directory + - updated python sources or modules in 'RHupdates/' directory are used in preference to those in original. - FTP/HTTP (from a fully exploded tree) @@ -92,6 +93,8 @@ Hard Drive from fully exploded tree (kickstart only) Update Options: - floppy. - 'updates.img' file in '/RedHat/base' directory. + - updated python sources or modules in 'RHupdates/' directory are + used in preference to those in original. Hard Drive from ISOs (non-kickstart only) ----------------------------------------- @@ -103,5 +106,7 @@ Hard Drive from ISOs (non-kickstart only) Update Options: - floppy. - 'updates.img' file in '/RedHat/base' directory of ISO image for CD #1. + - updated python sources or modules in 'RHupdates/' directory are + used in preference to those in original. |