From Fedora Project Wiki
m (fix numbering) |
|||
Line 6: | Line 6: | ||
− | + | # Boot the installer using any available means | |
− | + | # Choose appropriate installation source such as NFS or HTTP. | |
− | + | # Choose either automated partitioning or custom partitioning if you want to create your own disk layout. | |
− | + | # Review partitioning layout to confirm installer is installing to SCSI device. | |
− | + | # Proceed with normal installation | |
− | |||
− | |||
− | |||
− | |||
Line 20: | Line 16: | ||
− | + | # All installable SCSI devices are successfully detected by installer and are available for | |
partitioning. | partitioning. | ||
− | + | # Partitions are created and formatted properly. | |
− | + | # Install completes successfully | |
− | + | # Package errors (install.log) should not occur | |
− | + | # System boots successfully recognizing filesystems created on the SCSI device(s). | |
− | |||
− | |||
− | |||
− | |||
[[Category:Installer Test Cases|StorageDeviceScsi]] | [[Category:Installer Test Cases|StorageDeviceScsi]] |
Revision as of 15:38, 16 July 2008
StorageDeviceScsi
Description
This install verifies that installing on an SCSI device works properly.
Steps To Reproduce
- Boot the installer using any available means
- Choose appropriate installation source such as NFS or HTTP.
- Choose either automated partitioning or custom partitioning if you want to create your own disk layout.
- Review partitioning layout to confirm installer is installing to SCSI device.
- Proceed with normal installation
Expected Results
- All installable SCSI devices are successfully detected by installer and are available for
partitioning.
- Partitions are created and formatted properly.
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully recognizing filesystems created on the SCSI device(s).