From Fedora Project Wiki
(emphasized 'repo=' method in description part) |
(add example repo= value) |
||
Line 7: | Line 7: | ||
#* For FTP:<pre>repo=ftp://<host>/<path></pre> | #* For FTP:<pre>repo=ftp://<host>/<path></pre> | ||
#* Configure the proxy in need as:<pre>proxy=[protocol://][username[:password]@]host[:port]</pre> | #* Configure the proxy in need as:<pre>proxy=[protocol://][username[:password]@]host[:port]</pre> | ||
#* '''Example''': Use {{#tag:pre|repo=http://download.fedoraproject.org/pub/fedora/linux/development/{{FedoraVersionNumber|next}}/i386/os/ }} | |||
# Proceed with installation | # Proceed with installation | ||
|results= | |results= |
Revision as of 12:47, 17 May 2012
Description
This test verifies installation using the HTTP(or FTP)-based install repository works by repo=
. See Anaconda/Options for information on supported boot options.
How to test
- Boot the installer using any available means (
netinst.iso
, pxeboot images orDVD.iso
) - Direct anaconda to use the package repo from a HTTP(or FTP) server by adding the boot command:
- For HTTP:
repo=http(s)://<host>/<path>
- For FTP:
repo=ftp://<host>/<path>
- Configure the proxy in need as:
proxy=[protocol://][username[:password]@]host[:port]
- Example: Use
repo=http://download.fedoraproject.org/pub/fedora/linux/development/42/i386/os/
- For HTTP:
- Proceed with installation
Expected Results
- Anaconda uses the package repository from the HTTP(or FTP) server provided.
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully