diff options
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 |