From Fedora Project Wiki
m (Minor wiki cleanup) |
No edit summary |
||
Line 1: | Line 1: | ||
= | {{QA/Test_Case | ||
This test case verifies that installing using an NFS installation source works. It requires you to have an installable tree on an available NFS share. See [[Anaconda/Options]] for information on supported boot options. | |description=This test case verifies that installing using an NFS installation source works. It requires you to have an installable tree on an available NFS share. See [[Anaconda/Options]] for information on supported boot options. | ||
|actions= | |||
# Boot the installer using any available means | # Boot the installer using any available means | ||
# Direct anaconda to use NFS as the installation type. This can be done in two ways: | # Direct anaconda to use NFS as the installation type. This can be done in two ways: | ||
Line 8: | Line 7: | ||
## Specify on the boot commandline:<pre>method=nfs:host.domain.tld:/path/to/tree</pre> | ## Specify on the boot commandline:<pre>method=nfs:host.domain.tld:/path/to/tree</pre> | ||
# Proceed with installation | # Proceed with installation | ||
|results= | |||
# Install completes successfully | # Install completes successfully | ||
# Package errors (install.log) should not occur | # Package errors (install.log) should not occur | ||
# System boots successfully | # System boots successfully | ||
}} | |||
[[Category:Installation Source]] | [[Category:Installation Source]] |
Revision as of 07:34, 15 December 2009
Description
This test case verifies that installing using an NFS installation source works. It requires you to have an installable tree on an available NFS share. See Anaconda/Options for information on supported boot options.
How to test
- Boot the installer using any available means
- Direct anaconda to use NFS as the installation type. This can be done in two ways:
- Choose "NFS" in the first stage of the installer, and provide the hostname and path
- Specify on the boot commandline:
method=nfs:host.domain.tld:/path/to/tree
- Proceed with installation
Expected Results
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully