fix /boot grub2 detection

This commit is contained in:
Tobias Powalowski 2012-04-19 17:23:56 +02:00
parent 9d6f6a4d98
commit dc114e3ce2

View file

@ -4093,9 +4093,9 @@ dogrub2_config() {
########
if [[ "${ROOT_PART_FS_UUID}" == "${BOOT_PART_FS_UUID}" ]]; then
subdir=""
else
subdir="/boot"
else
subdir=""
fi
########