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

  1. Boot the installer using any available means (netinst.iso, pxeboot images or DVD.iso)
  2. 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/41/i386/os/ 
  3. Proceed with installation

Expected Results

  1. Anaconda uses the package repository from the HTTP(or FTP) server provided.
  2. Install completes successfully
  3. Package errors (install.log) should not occur
  4. System boots successfully