From Fedora Project Wiki
Line 6: | Line 6: | ||
<pre>#ls | <pre>#ls | ||
Fedora-12-i386-DVD.iso Fedora-12-ppc-DVD.iso Fedora-12-x86_64-DVD.iso </pre> | Fedora-12-i386-DVD.iso Fedora-12-ppc-DVD.iso Fedora-12-x86_64-DVD.iso </pre> | ||
# mount the ISO,for example: | # mount the ISO,for example: | ||
<pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre> | <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre> | ||
# validate the packages,if you have a physical media,the process is the same: | # validate the packages,if you have a physical media,the process is the same: | ||
<pre>#repoclosure --repofrompath myrepo,/media/ </pre> | <pre>#repoclosure --repofrompath myrepo,/media/ </pre> |
Revision as of 06:23, 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
- Download DVD or CD ISO,for example:
#ls Fedora-12-i386-DVD.iso Fedora-12-ppc-DVD.iso Fedora-12-x86_64-DVD.iso
- mount the ISO,for example:
#mount -o loop Fedora-12-x86_64-DVD.iso /media/
- validate the packages,if you have a physical media,the process is the same:
#repoclosure --repofrompath myrepo,/media/
Expected Results
- Anaconda boots successfully from the
boot.iso
cdrom - Anaconda prompts for installation media (http, ftp, nfs, cdrom, local disk)
- Anaconda is able to transition to stage2 without error