From Fedora Project Wiki

m (used size of current Beta.TC1 Live image in SI units)
(now using Fedora 13 Beta x86_64 for example sizes)
Line 8: Line 8:
# The installer '''CD''' images are of a size ''greater'' than 2 MiB, and ''smaller'' than '''700 MiB'''.  An example using the {{command|ls}} command:
# The installer '''CD''' images are of a size ''greater'' than 2 MiB, and ''smaller'' than '''700 MiB'''.  An example using the {{command|ls}} command:
#: <pre># ls -sh Fedora-12-Beta-x86_64-disc*.iso
#: <pre># ls -sh Fedora-12-Beta-x86_64-disc*.iso
#: 694M Fedora-12-Beta-x86_64-disc1.iso  692M Fedora-12-Beta-x86_64-disc4.iso
#: 692M Fedora-13-Beta-x86_64-disc1.iso  694M Fedora-13-Beta-x86_64-disc4.iso
#: 694M Fedora-12-Beta-x86_64-disc2.iso  476M Fedora-12-Beta-x86_64-disc5.iso
#: 694M Fedora-13-Beta-x86_64-disc2.iso  693M Fedora-13-Beta-x86_64-disc5.iso
#: 695M Fedora-12-Beta-x86_64-disc3.iso</pre>
#: 681M Fedora-13-Beta-x86_64-disc3.iso  150M Fedora-13-Beta-x86_64-disc6.iso</pre>
# The installer '''Live image''' is of a size ''greater'' than 2 MiB, and ''smaller'' than '''1 GB''' <ref>As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see [[Features/DesktopLiveImageTarget]].</ref>.  An example using the {{command|ls}} command (with the <code>--si</code> option for SI units):
# The installer '''Live''' images are of a size ''greater'' than 2 MiB, and ''smaller'' than '''1 GB''' <ref>As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see [[Features/DesktopLiveImageTarget]].</ref>.  An example using the {{command|ls}} command (with the <code>--si</code> option for SI units):
#: <pre># ls -sh --si F12-Beta-x86_64-Live.iso  
#: <pre># ls -sh --si F13-Beta-x86_64-Live.iso  
#: 888M F12-Beta-x86_64-Live.iso</pre>
#: 987M F13-Beta-x86_64-Live.iso</pre>
# The installer '''DVD''' images are of a size ''greater'' than 2 MiB, and ''smaller'' than '''4.7 GB'''.  An example using the {{command|ls}} command (with the <code>--si</code> option):
# The installer '''DVD''' images are of a size ''greater'' than 2 MiB, and ''smaller'' than '''4.7 GB'''.  An example using the {{command|ls}} command (with the <code>--si</code> option):
#: <pre># ls -sh --si Fedora-12-Beta-x86_64-DVD.iso  
#: <pre># ls -sh --si Fedora-13-Beta-x86_64-DVD.iso  
#: 3.5G Fedora-12-Beta-x86_64-DVD.iso</pre>
#: 3.8G Fedora-13-Beta-x86_64-DVD.iso</pre>
<references/>
<references/>
}}
}}


[[Category:Installer_Image_Sanity_Test_Cases]]
[[Category:Installer_Image_Sanity_Test_Cases]]

Revision as of 23:20, 8 April 2010

Description

This test validates that ISO media is not too large so that it will not fit on common CD-RW and DVD-RW media. Media includes CD, DVD and Live ISO images.


How to test

  1. Inspect the size of CD install media. The ls -sh command can be used to display the size of the image.
  2. Repeat the same inspection, but for the Live media.
  3. Finally, inspect the size of the DVD media.

Expected Results

  1. The installer CD images are of a size greater than 2 MiB, and smaller than 700 MiB. An example using the ls command:
    # ls -sh Fedora-12-Beta-x86_64-disc*.iso
    692M Fedora-13-Beta-x86_64-disc1.iso 694M Fedora-13-Beta-x86_64-disc4.iso
    694M Fedora-13-Beta-x86_64-disc2.iso 693M Fedora-13-Beta-x86_64-disc5.iso
    681M Fedora-13-Beta-x86_64-disc3.iso 150M Fedora-13-Beta-x86_64-disc6.iso
  2. The installer Live images are of a size greater than 2 MiB, and smaller than 1 GB [1]. An example using the ls command (with the --si option for SI units):
    # ls -sh --si F13-Beta-x86_64-Live.iso
    987M F13-Beta-x86_64-Live.iso
  3. The installer DVD images are of a size greater than 2 MiB, and smaller than 4.7 GB. An example using the ls command (with the --si option):
    # ls -sh --si Fedora-13-Beta-x86_64-DVD.iso
    3.8G Fedora-13-Beta-x86_64-DVD.iso
  1. As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see Features/DesktopLiveImageTarget.