From Fedora Project Wiki
m (Adjust category) |
(unify the steps of partition cases) |
||
Line 2: | Line 2: | ||
|description=An installation without specifying a swap partition. The installer should warn, but not restrict this request. | |description=An installation without specifying a swap partition. The installer should warn, but not restrict this request. | ||
|actions= | |actions= | ||
# | # Boot the installer using any available means (boot.iso, PXE, CD or DVD) | ||
# | # Proceed to the installation partition screen by selecting appropriate defaults | ||
# At the first disk partitioning screen, select '''Review and modify partitioning layout''', select ''Next'' | |||
# At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue | # At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue | ||
# Complete the installation | # Complete the installation | ||
Line 10: | Line 11: | ||
# Anaconda allows the installation to complete successfully | # Anaconda allows the installation to complete successfully | ||
# Reboot successfully into installed system | # Reboot successfully into installed system | ||
# Confirm that no swap partition is in use (/proc/swaps) | # Confirm that no swap partition is in use ({{filename|/proc/swaps}}) | ||
}} | }} | ||
[[Category:Installer Partitioning Test Cases]] | [[Category:Installer Partitioning Test Cases]] |
Revision as of 10:05, 13 June 2010
Description
An installation without specifying a swap partition. The installer should warn, but not restrict this request.
How to test
- Boot the installer using any available means (boot.iso, PXE, CD or DVD)
- Proceed to the installation partition screen by selecting appropriate defaults
- At the first disk partitioning screen, select Review and modify partitioning layout, select Next
- At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue
- Complete the installation
Expected Results
- Anaconda warns that system performance may suffer without a swap partition
- Anaconda allows the installation to complete successfully
- Reboot successfully into installed system
- Confirm that no swap partition is in use (
/proc/swaps
)