From dc114e3ce2f0a0727cccf795010446ce812ddc12 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 19 Apr 2012 17:23:56 +0200 Subject: [PATCH] fix /boot grub2 detection --- usr/share/archboot/installer/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index f3ac1dc4a..07eae2101 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -4093,9 +4093,9 @@ dogrub2_config() { ######## if [[ "${ROOT_PART_FS_UUID}" == "${BOOT_PART_FS_UUID}" ]]; then - subdir="" - else subdir="/boot" + else + subdir="" fi ########