From 52916abbf9aa2123a27c28faafbf658a2ad7c346 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Wed, 18 Mar 2015 00:01:50 +0100
Subject: fix grub-install --removable typo

---
 backend/modules/bootloader | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/modules/bootloader b/backend/modules/bootloader
index 7f74e82..c4f366c 100644
--- a/backend/modules/bootloader
+++ b/backend/modules/bootloader
@@ -89,7 +89,7 @@ function install_grub()
     mkdir -p "$TARGET/boot/grub"
     if [ -d /sys/firmware/efi ]; then
         if is_removeable "$cfg_bootloader_target" || [ "$apple" = 1 ]; then
-            chroot_it grub-install --removeable &>/dev/null
+            chroot_it grub-install --removable &>/dev/null
         else
             chroot_it grub-install &>/dev/null
         fi
-- 
cgit v1.0