dacbert, pulsebert, radiobert: don't try to build ZFS for latest kernel on RPis

This commit is contained in:
Astro 2021-12-10 00:19:44 +01:00
parent 04b758a883
commit 7ee0a84c9f
3 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,8 @@
FB_SIMPLE m
'';
}];
# No ZFS on latest kernel:
supportedFilesystems = lib.mkForce [ "vfat" "ext4" ];
kernelParams = lib.mkForce [
"snd_bcm2835.enable_headphones=1"
# don't let sd-image-aarch64.nix setup serial console as it breaks bluetooth.

View File

@ -27,6 +27,8 @@ in
FB_SIMPLE m
'';
}];
# No ZFS on latest kernel:
supportedFilesystems = lib.mkForce [ "vfat" "ext4" ];
tmpOnTmpfs = true;
};

View File

@ -46,6 +46,8 @@
FB_SIMPLE m
'';
}];
# No ZFS on latest kernel:
supportedFilesystems = lib.mkForce [ "vfat" "ext4" ];
tmpOnTmpfs = true;
};