diff --git a/cnchi/info.py b/cnchi/info.py index 4e5c4c2f7..2edc27b27 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.239" +CNCHI_VERSION = "0.14.240" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/installation/ask.py b/cnchi/installation/ask.py index 34f66f3c0..585e6cc46 100644 --- a/cnchi/installation/ask.py +++ b/cnchi/installation/ask.py @@ -78,6 +78,9 @@ def check_alongside_disk_layout(): def load_zfs(): + # ZFS installs are not bootable currently. Disabling until we find time to fix it. + return False + cmd = ["modprobe", "zfs"] try: with misc.raised_privileges() as __: diff --git a/update.info b/update.info index ba441e9d7..18592c96e 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.239","files":[ +{"version":"0.14.240","files":[ ]}