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=
# Anaconda completes successfully
<ol>
# System boots into run level 3
<li> Anaconda completes successfully</li>
#: <pre>
<li> System boots into run level 3</li>
#: $ runlevel  
<pre>
#: N 3 </pre>
$ runlevel  
# The system is able to access the network and install package updates (''if available'')
N 3 </pre>
# The {{filename|/var/log/install.log}} does not contain package install errors
</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

  1. Start the anaconda installation program
  2. At package installation screen, check Minimal, and select Next to continue

Expected Results

  1. Anaconda completes successfully
  2. System boots into run level 3
  3.  $ runlevel 
     N 3 
  4. The system is able to access the network and install package updates (if available)
  5. The /var/log/install.log does not contain package install errors