From Fedora Project Wiki

(emphasized 'repo=' method in description part)
(add a tip on loop mounting the DVD to provide a repository)
Line 4: Line 4:
# 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}})
# Direct anaconda to use the package repo from a NFS server by adding <code>repo=</code> boot command. For example:<pre>repo=nfs[:options]:<server>:/<path></pre>
# Direct anaconda to use the package repo from a NFS server by adding <code>repo=</code> boot command. For example:<pre>repo=nfs[:options]:<server>:/<path></pre>
{{admon/tip|Loop mount a DVD ISO|You can easily set up a repository for this test case by just loopback mounting the DVD ISO. For instance, {{command|mount -o loop Fedora-17-x86_64-DVD.iso /mnt/repo}}, and then ensure the /mnt/repo directory is exported via NFS}}
# Proceed with installation
# Proceed with installation
|results=
|results=

Revision as of 20:31, 10 April 2012

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

  1. Boot the installer using any available means (netinst.iso, pxeboot images or DVD.iso)
  2. Direct anaconda to use the package repo from a NFS server by adding repo= boot command. For example:
    repo=nfs[:options]:<server>:/<path>
Idea.png
Loop mount a DVD ISO
You can easily set up a repository for this test case by just loopback mounting the DVD ISO. For instance, mount -o loop Fedora-17-x86_64-DVD.iso /mnt/repo, and then ensure the /mnt/repo directory is exported via NFS
  1. Proceed with installation

Expected Results

  1. Anaconda uses the package repository from the NFS server provided.
  2. Install completes successfully
  3. Package errors (install.log) should not occur
  4. System boots successfully