From Fedora Project Wiki

No edit summary
No edit summary
Line 17: Line 17:
# Anaconda completes successfully
# Anaconda completes successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# The repo is accessible on the installed system (/etc/yum.repos.d/foo.repo)
}}
}}
[[Category:Repository]]
[[Category:Repository]]

Revision as of 06:49, 28 December 2009

Description

Complete installation with an additional FTP repository


How to test

  1. Boot and Initiate an installation using any installation source
  2. At the software selection step, put an additional FTP repository to software repositories.Add a URL like this:
    ftp://ftp.server/media/path
  3. If the ftp is non-anonymous ftp,add a URL like this:
    ftp://USER:PASSWD@ftp.server/os/media/path
  4. Uncheck "URL is a mirror list"
  5. If you have a proxy,please configure the proxy

Expected Results

  1. Read the package metadata from additional repository successfully
  2. Anaconda completes successfully
  3. Reboot successfully into installed system