From Fedora Project Wiki
No edit summary |
(emphasized 'repo=' method in description part) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test case verifies that installing using an NFS installation repository works by <code>'''repo='''</code>. See [[Anaconda/Options]] for information on supported boot options. | ||
|actions= | |actions= | ||
# Boot the installer using any available means ({{filename|netinst.iso}}, pxeboot images or {{filename|DVD.iso}}) | # Boot the installer using any available means ({{filename|netinst.iso}}, pxeboot images or {{filename|DVD.iso}}) |
Revision as of 09:14, 2 June 2011
Description
This test case verifies that installing using an NFS installation repository works by repo=
. See Anaconda/Options for information on supported boot options.
How to test
- Boot the installer using any available means (
netinst.iso
, pxeboot images orDVD.iso
) - Direct anaconda to use the package repo from a NFS server by adding
repo=
boot command. For example:repo=nfs[:options]:<server>:/<path>
- Proceed with installation
Expected Results
- Anaconda uses the package repository from the NFS server provided.
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully