From Fedora Project Wiki

(Unify package case steps, delete wrong kickstart step.)
(Add post-install verification)
Line 6: Line 6:
|results=
|results=
# Anaconda completes successfully
# Anaconda completes successfully
# System boots into command line environment
# System boots into run level 3
# Install.log does not contain errors
#: <pre>
#: $ runlevel
#: N 5 </pre>
# The system is able to access the network and install package updates (''if available'')
# The {{filename|/var/log/install.log}} does not contain package install errors
}}
}}




[[Category:Installer Package Set Tests]]
[[Category:Installer Package Set Tests]]

Revision as of 18:09, 25 June 2010

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
    $ runlevel
    N 5
  3. The system is able to access the network and install package updates (if available)
  4. The /var/log/install.log does not contain package install errors