From Fedora Project Wiki
No edit summary |
(improved instructions, install.log no longer exists) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This is to verify that [[Anaconda]] can successfully install a minimum usable package selection. | ||
|actions= | |actions= | ||
# Boot the installer using any available means | # Boot the installer using any available non-live means (anything except {{filename|Live.iso}}) | ||
# | # Set minimal installation as your desired package set in software selection dialog | ||
# Proceed with installation | |||
|results= | |results= | ||
<ol> | <ol> | ||
<li> | <li>The installation completes successfully</li> | ||
<li> | <li>The new system boots into an environment that matches the minimal package selection. For minimal system, you should receive console environment with runlevel 3: | ||
<pre> | <pre> | ||
$ runlevel | $ runlevel | ||
N 3 </pre> | N 3 </pre> | ||
</li> | </li> | ||
</ol> | </ol> | ||
}} | }} |
Revision as of 13:16, 6 November 2012
Description
This is to verify that Anaconda can successfully install a minimum usable package selection.
How to test
- Boot the installer using any available non-live means (anything except
Live.iso
) - Set minimal installation as your desired package set in software selection dialog
- Proceed with installation
Expected Results
- The installation completes successfully
- The new system boots into an environment that matches the minimal package selection. For minimal system, you should receive console environment with runlevel 3:
$ runlevel N 3