From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=Complete installation with an additional FTP repository |actions= # Boot and Initiate an installation using any installation source # At the software ...') |
No edit summary |
||
Line 7: | Line 7: | ||
#: ftp://ftp.server/media/path | #: ftp://ftp.server/media/path | ||
#:</pre> | #:</pre> | ||
#If the ftp is non-anonymous ftp,add a URL like this: | |||
#:<pre> | #:<pre> | ||
#: ftp://USER:PASSWD@ftp.server/os/media/path | #: ftp://USER:PASSWD@ftp.server/os/media/path |
Revision as of 08:03, 25 December 2009
Description
Complete installation with an additional FTP repository
How to test
- Boot and Initiate an installation using any installation source
- At the software selection step, put an additional FTP repository to software repositories.Add a URL like this:
- ftp://ftp.server/media/path
- If the ftp is non-anonymous ftp,add a URL like this:
- ftp://USER:PASSWD@ftp.server/os/media/path
- Uncheck "URL is a mirror list"
- If you have a proxy,please configure the proxy
Expected Results
- Read the package metadata from additional repository successfully
- Anaconda completes successfully
- Reboot successfully into installed system
- The repo is accessible on the installed system (/etc/yum.repos.d/foo.repo)