From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Boot and Initiate an installation using any installation source | # Boot and Initiate an installation using any installation source | ||
# At the software selection step, | # At the software selection step, Click ''Add additional repositories'' or ''Modify repository'' to add an additional FTP repository. The URL is like this: | ||
#:<pre> | #:<pre> | ||
#: ftp://ftp.server/media/path | #: ftp://ftp.server/media/path | ||
Line 11: | Line 11: | ||
#: ftp://USER:PASSWD@ftp.server/os/media/path | #: ftp://USER:PASSWD@ftp.server/os/media/path | ||
#:</pre> | #:</pre> | ||
# Uncheck | # Uncheck ''URL is a mirror list'' | ||
# If you have a proxy,please configure the proxy | # If you have a proxy,please configure the proxy | ||
# click ''next'', check several packages or package groups provided by the additional repository on the screen | # check ''Customize now'' and click ''next'', check several packages or package groups provided by the additional repository on the screen | ||
|results= | |results= | ||
# | # The package metadata from additional repository is read correctly | ||
# | # The expected packages or package groups provided by additional repository appear on the package detail screen | ||
# Anaconda completes successfully | # Anaconda completes and system reboots successfully | ||
# | # The checked packages provided by additional repository are installed in the system | ||
}} | }} | ||
[[Category:Repository]] | [[Category:Repository]] |
Revision as of 10:06, 27 January 2010
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, Click Add additional repositories or Modify repository to add an additional FTP repository. The URL is 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
- check Customize now and click next, check several packages or package groups provided by the additional repository on the screen
Expected Results
- The package metadata from additional repository is read correctly
- The expected packages or package groups provided by additional repository appear on the package detail screen
- Anaconda completes and system reboots successfully
- The checked packages provided by additional repository are installed in the system