From Fedora Project Wiki

Line 5: Line 5:
# Download  ISOs of DVD or CD
# Download  ISOs of DVD or CD
# Mount the ISO, for example: <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre>
# Mount the ISO, for example: <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre>
# Validate the resolution of all packages, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre>
# Validate the dependencies of all packages, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre>


= Expected Results =
= Expected Results =

Revision as of 06:31, 25 November 2009

Description

This test will read in metadata of a mediakit and check all the dependencies in all packages for resolution.

Steps To Reproduce

  1. Download ISOs of DVD or CD
  2. Mount the ISO, for example:
    #mount -o loop Fedora-12-x86_64-DVD.iso /media/ 
  3. Validate the dependencies of all packages, if you have a physical media, the process is the same:
    #repoclosure --repofrompath myrepo,/media/ 

Expected Results

  1. Anaconda boots successfully from the boot.iso cdrom
  2. Anaconda prompts for installation media (http, ftp, nfs, cdrom, local disk)
  3. Anaconda is able to transition to stage2 without error