diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2014-05-09 13:54:47 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2014-05-09 13:54:47 +0200 |
commit | ea38384b70f455ff99a4bc420dd63cba49f80451 (patch) | |
tree | 5e7dcaebe187d9a92cc9ed87c3dc44ab00006dbe /backend/modules/install | |
parent | b490e5fd8b6101dc35a194d551a27a08585c6d6c (diff) | |
download | acritoxinstaller-ea38384b70f455ff99a4bc420dd63cba49f80451.zip acritoxinstaller-ea38384b70f455ff99a4bc420dd63cba49f80451.tar.gz |
Apple detection fixes
Diffstat (limited to 'backend/modules/install')
-rw-r--r-- | backend/modules/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/install b/backend/modules/install index 4d63fec..852861a 100644 --- a/backend/modules/install +++ b/backend/modules/install @@ -27,7 +27,7 @@ function prepare_target() # add EFI bootloader target to hdmap if [ -d /sys/firmware/efi ]; then - efi_part="$(get_disk "$cfg_bootloader_target")" + efi_part="$cfg_bootloader_target" if [ "$efi_part" ]; then hdmap_set "$efi_part:/boot/efi::auto" fi |