From Fedora Project Wiki
(Add repo= method) |
(Typo) |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Boot the installation program using any available means (boot.iso, CD, DVD or PXE) | # Boot the installation program using any available means (boot.iso, CD, DVD or PXE) | ||
#* '''NOTE''': If using a CD, DVD or boot.iso, you must also direct the installer to use | #* '''NOTE''': If using a CD, DVD or boot.iso, you must also direct the installer to use a FTP installation source by using any method below: | ||
## Specify on the boot command: <pre>repo=ftp://<host>/<path></pre> | ## Specify on the boot command: <pre>repo=ftp://<host>/<path></pre> | ||
## Add the boot command: <code>askmethod</code> | ## Add the boot command: <code>askmethod</code> |
Revision as of 10:43, 4 June 2010
Description
This test is intended to confirm that anaconda can locate and use an installation source accessible via anonymous FTP.
How to test
- Boot the installation program using any available means (boot.iso, CD, DVD or PXE)
- NOTE: If using a CD, DVD or boot.iso, you must also direct the installer to use a FTP installation source by using any method below:
- Specify on the boot command:
repo=ftp://<host>/<path>
- Add the boot command:
askmethod
- When prompted, choose to perform a URL install
- Enter the URL to your FTP installation source. For example, you might enter
ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os
- Proceed with the installation
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