From Fedora Project Wiki

No edit summary
m (Minor wiki cleanup)
Line 1: Line 1:
== Description ==
= 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.
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.  
 
== Steps To Reproduce ==


= Steps To Reproduce =
# 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 13: Line 9:
# Proceed with installation
# Proceed with installation


== Expected Results ==
= Expected 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


== References ==
[[Category:Installation Source]]
 
[[Anaconda/Options]] for information on boot options
 
[[Category:Installer Test Cases|InstallSourceNfs]]

Revision as of 13:43, 30 January 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.

Steps To Reproduce

  1. Boot the installer using any available means
  2. Direct anaconda to use NFS as the installation type. This can be done in two ways:
    1. Choose "NFS" in the first stage of the installer, and provide the hostname and path
    2. Specify on the boot commandline:
      method=nfs:host.domain.tld:/path/to/tree
  3. Proceed with installation

Expected Results

  1. Install completes successfully
  2. Package errors (install.log) should not occur
  3. System boots successfully