diff --git a/cnchi/info.py b/cnchi/info.py index d2d8c635e..88040a468 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.202" +CNCHI_VERSION = "0.14.203" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/installation/install.py b/cnchi/installation/install.py index e5427b23e..d0205e362 100644 --- a/cnchi/installation/install.py +++ b/cnchi/installation/install.py @@ -195,6 +195,7 @@ def mount_partitions(self): # In automatic zfs mode, it could be that we have a specific EFI # partition (different from /boot partition). This happens if using # EFI and grub2 bootloader + efi_path = os.path.join(DEST_DIR, "boot", "efi") txt = _("Mounting EFI partition {0} into {1} directory").format(efi_partition, efi_path) logging.debug(txt) cmd = ['mount', efi_partition, efi_path] diff --git a/update.info b/update.info index 1dd8cd78f..8cfb2d8f3 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.202","files":[ +{"version":"0.14.203","files":[ ]}