From Fedora Project Wiki
Description
A complete installation using the FTP (non-anonymous) network installation protocol.
How to test
- Boot anaconda using any available means
- Direct the installer to use a FTP installation source by using any method below:
- Specify on the boot command:
repo=ftp://[user:password@]<host>/<path>
- Add the boot command:
askmethod
- When prompted, provide the server and path of a valid FTP installation source
- Include a valid
username
andpassword
into the FTP URL using the formftp://USER:PASS@some.server/path/to/install
- Specify on the boot command:
Expected Results
- Anaconda uses the
images/install.img
from the FTP server provided if the second method above is used. This can be confirmed if you have access to the FTP server logs. Alternatively, you can examine the file/var/log/anaconda.log
looking for a line similar to the followingINFO : URL_STAGE_MAIN: url is ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/images/install.img
- Anaconda uses the package repository from the FTP server provided
- Anaconda completes successfully
- System boots successfully