From 433a845081e5067995dc64ceea5bb5b33c16108b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 12 Nov 2014 15:32:21 +0100 Subject: Disable zfs in the ISO for now It's giving zpool-import.service errors. http://hydra.nixos.org/build/16883184 --- nixos/modules/installer/cd-dvd/installation-cd-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/installer') diff --git a/nixos/modules/installer/cd-dvd/installation-cd-base.nix b/nixos/modules/installer/cd-dvd/installation-cd-base.nix index 3001214f90fb..89d50b7460c9 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-base.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-base.nix @@ -43,7 +43,7 @@ with lib; boot.initrd.kernelModules = [ "fbcon" ]; # Add support for cow filesystems and their utilities - boot.supportedFilesystems = [ "zfs" "btrfs" ]; + boot.supportedFilesystems = [ /* "zfs" */ "btrfs" ]; # Allow the user to log in as root without a password. users.extraUsers.root.initialHashedPassword = ""; -- cgit 1.4.1