From Fedora Project Wiki
No edit summary |
(Detailed HTTP install method.) |
||
Line 5: | Line 5: | ||
|actions= | |actions= | ||
# Boot the installer using any available means | # Boot the installer using any available means | ||
# Direct anaconda to use HTTP as the installation type | # Direct anaconda to use HTTP as the installation type using any method below: | ||
# Provide a http server and path to the installation tree | ## Specify on the boot command: <pre>repo=http://<host>/<path>/</pre> | ||
## Add the boot command: <code>askmethod</code> | |||
##* Choose ''URL'' as Installation method when prompted. | |||
##* Provide a http server and path to the installation tree | |||
# Proceed with installation | # Proceed with installation | ||
|results= | |results= | ||
# Anaconda uses the package repository from the HTTP server provided. | |||
# Install completes successfully | # Install completes successfully | ||
# Package errors (install.log) should not occur | # Package errors (install.log) should not occur |
Revision as of 09:58, 4 June 2010
Description
A complete installation using the HTTP network installation protocol. See Anaconda/Options for information on supported boot options.
How to test
- Boot the installer using any available means
- Direct anaconda to use HTTP as the installation type using any method below:
- Specify on the boot command:
repo=http://<host>/<path>/
- Add the boot command:
askmethod
- Choose URL as Installation method when prompted.
- Provide a http server and path to the installation tree
- Specify on the boot command:
- Proceed with installation
Expected Results
- Anaconda uses the package repository from the HTTP server provided.
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully