Extended logging

This commit is contained in:
mboelen 2014-09-25 17:00:31 +02:00
parent d3b5cebe5b
commit 0dd484f22e
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@
fi
# Check if /boot exists
if [ -d /boot ]; then
logtext "Result: /boot exists, performing more tests from here"
FIND=`ls /boot/* 2> /dev/null`
if [ ! "${FIND}" = "" ]; then
if [ -f /boot/vmlinuz ]; then