From Fedora Project Wiki
(N 5 => N 3) |
(render the <pre> tag correctly) |
||
Line 5: | Line 5: | ||
# At package installation screen, check ''Minimal'', and select ''Next'' to continue | # At package installation screen, check ''Minimal'', and select ''Next'' to continue | ||
|results= | |results= | ||
<ol> | |||
<li> Anaconda completes successfully</li> | |||
<li> System boots into run level 3</li> | |||
<pre> | |||
$ runlevel | |||
N 3 </pre> | |||
</li> | |||
<li> The system is able to access the network and install package updates (''if available'')</li> | |||
<li> The {{filename|/var/log/install.log}} does not contain package install errors</li> | |||
</ol> | |||
}} | }} | ||
[[Category:Installer Package Set Tests]] | [[Category:Installer Package Set Tests]] |
Revision as of 09:41, 2 June 2011
Description
An installation with minimum usable set of packages during anaconda.
How to test
- Start the anaconda installation program
- At package installation screen, check Minimal, and select Next to continue
Expected Results
- Anaconda completes successfully
- System boots into run level 3
- The system is able to access the network and install package updates (if available)
- The
/var/log/install.log
does not contain package install errors
$ runlevel N 3