Changed screen identation of GRUB2 test

This commit is contained in:
mboelen 2015-09-07 17:42:29 +02:00
parent 1283ccc061
commit d23ef2db0b
1 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@
fi
fi
fi
#
#################################################################################
#
@ -191,7 +190,7 @@
BOOT_LOADER="GRUB"
BOOT_LOADER_FOUND=1
GRUB_VERSION=1
Display --indent 4 --text "- Checking presence GRUB" --result "OK" --color GREEN
Display --indent 2 --text "- Checking presence GRUB" --result "OK" --color GREEN
if [ -f /boot/grub/grub.conf ]; then GRUBCONFFILE="/boot/grub/grub.conf"; else GRUBCONFFILE="/boot/grub/menu.lst"; fi
fi