summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-01 20:15:37 +0000
committerMike Fulbright <msf@redhat.com>2003-04-01 20:15:37 +0000
commit056211312fc25579ca4cb59e41dd36d5bddf59ec (patch)
tree49c44110ea9db5ea18f3f52616b11f7ac12353bc /docs
parent7b51622dd33625f785879cd3e2b4fdce7908e57a (diff)
downloadanaconda-056211312fc25579ca4cb59e41dd36d5bddf59ec.tar.gz
anaconda-056211312fc25579ca4cb59e41dd36d5bddf59ec.tar.xz
anaconda-056211312fc25579ca4cb59e41dd36d5bddf59ec.zip
documented some install methods and gui ftp/http changes
Diffstat (limited to 'docs')
-rw-r--r--docs/install-methods.txt53
1 files changed, 37 insertions, 16 deletions
diff --git a/docs/install-methods.txt b/docs/install-methods.txt
index 514d877cb..ff41306b6 100644
--- a/docs/install-methods.txt
+++ b/docs/install-methods.txt
@@ -1,8 +1,14 @@
-02-25-2002
+04-01-2003
----------
-Description of Anaconda Install Methods (and ways of updating it)
------------------------------------------------------------------
+Contents
+--------
+
+ 1) Description of install methods
+ 2) Extra notes on install methods
+
+1)Description of Anaconda Install Methods (and ways of updating it)
+-------------------------------------------------------------------
Notes:
------------
@@ -80,19 +86,8 @@ Current Installation Methods:
- floppy
- 'updates.img' file in '/RedHat/base' directory in ISO image for CD #1.
-Hard Drive from fully exploded tree (kickstart only)
-----------------------------------------------------
-
- Summary:
- Similar to NFS method - user specifies a top-level directory and
- all files are sought under there.
-
- Update Options:
- - floppy.
- - 'updates.img' file in '/RedHat/base' directory.
-
-Hard Drive from ISOs (non-kickstart only)
------------------------------------------
+Hard Drive from ISOs
+--------------------
Summary:
Similar to NFS ISO-based method - loopback mounts ISOs in directory
@@ -103,3 +98,29 @@ Hard Drive from ISOs (non-kickstart only)
- 'updates.img' file in '/RedHat/base' directory of ISO image for CD #1.
+2)Extra Notes:
+--------------
+
+ By default NFS, harddrive, and CDROM-based installs are graphical, unless
+the 'text' option is passed on the boot command line.
+
+ FTP and HTTP are text-based, unless 'graphical' is passed on the command
+line. For a graphical FTP or HTTP install to occur, one of the following
+must be true:
+
+ - the file 'RedHat/base/stage2.img' must exist on the install server. In
+ this case this file is downloaded int RAM, taking about 64MB to store.
+ It is recommended to only use this option on machines with more than
+ 192MB of RAM.
+
+ or:
+
+ - the rescue CD is in the CD drive, in which case the stage2.img file
+ will be mounted from the rescue CD. The packages will still be
+ downloaded from the FTP/HTTP server. No additional memory is required
+ because the second stage of the installer is mounted from the CD.
+
+ You can also specify 'graphical' or 'text' as kickstart directives in
+the kickstart config file you use, and this has the same affect as if you
+put the directive on the boot command line.
+