From Fedora Project Wiki
m (1 revision(s)) |
(unify the steps of partition cases) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
|description=A complete installation using the systems physical devices for the ext2 filesystem. A detailed look at the ext2 filesystem can be found at [http://en.wikipedia.org/wiki/Ext2 http://en.wikipedia.org/wiki/Ext2] | |||
|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 '''Create Custom Layout''', select ''Next'' | |||
# Place the root filesystem({{filename|/}}) on an ext2 formatted partition | |||
# Continue installation, choosing all provided defaults and selecting ''Next'' | |||
|results= | |||
# Anaconda completes successfully | |||
# Reboot successfully into installed system | |||
# Confirm that root partition is formatted as ext2 and is not a LVM or RAID volume | |||
}} | |||
[[Category:Installer Partitioning Test Cases]] | |||
Latest revision as of 10:05, 13 June 2010
Description
A complete installation using the systems physical devices for the ext2 filesystem. A detailed look at the ext2 filesystem can be found at http://en.wikipedia.org/wiki/Ext2
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 Create Custom Layout, select Next
- Place the root filesystem(
/
) on an ext2 formatted partition - Continue installation, choosing all provided defaults and selecting Next
Expected Results
- Anaconda completes successfully
- Reboot successfully into installed system
- Confirm that root partition is formatted as ext2 and is not a LVM or RAID volume