From 698b8c3b5da096fefc55daa4883865db72397d3d Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 5 Feb 2017 15:15:28 -0600 Subject: [PATCH] disable zfs install option until we can identify and fix the issue causing install to be non-bootable --- cnchi/info.py | 2 +- cnchi/installation/ask.py | 3 +++ update.info | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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":[ ]}