Removed warning for missing swap partition as this is more common now

This commit is contained in:
mboelen 2014-12-05 13:28:22 +01:00
parent 3bc7f1fb02
commit 767a8cf053
1 changed files with 1 additions and 2 deletions

View File

@ -233,8 +233,7 @@
if [ ${FOUND} -eq 1 ]; then
Display --indent 2 --text "- Query swap partitions (fstab)" --result OK --color GREEN
else
Display --indent 2 --text "- Query swap partitions (fstab)" --result WARNING --color YELLOW
ReportWarning ${TEST_NO} "L" "No swap partion found in /etc/fstab"
Display --indent 2 --text "- Query swap partitions (fstab)" --result NONE --color YELLOW
logtext "Result: no swap partitions found in /etc/fstab"
fi
fi