Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
disable zfs install option until we can identify and fix the issue ca…
Browse files Browse the repository at this point in the history
…using install to be non-bootable
  • Loading branch information
lots0logs committed Feb 5, 2017
1 parent 6f6a173 commit 698b8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions cnchi/installation/ask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 __:
Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.239","files":[
{"version":"0.14.240","files":[
]}

0 comments on commit 698b8c3

Please sign in to comment.