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 | # System boots into run level 3 | ||
# | #: <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
- 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
- $ runlevel
- N 5
- 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